mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Feat: enable 2FA / password management
This commit is contained in:
@@ -66,7 +66,7 @@ func NewLoginRequest() (*LoginPage, error) {
|
||||
}
|
||||
|
||||
func getCallbackURL() string {
|
||||
return "https://drive.aoaoao.me/Callback/QQ"
|
||||
//return "https://drive.aoaoao.me/Callback/QQ"
|
||||
// 生成回调地址
|
||||
gateway, _ := url.Parse("/#/login/qq")
|
||||
callback := model.GetSiteURL().ResolveReference(gateway).String()
|
||||
|
||||
Reference in New Issue
Block a user