Fix: login flow

This commit is contained in:
2025-12-07 18:56:31 +08:00
parent 3970dd5ebd
commit f4c92504e8
9 changed files with 72 additions and 11 deletions

View File

@@ -58,7 +58,7 @@ func (self *Handlers) PostGenLoginUrl(
return bunrouter.JSON(w, postGenLoginUrlOutput{
LoginUrl: viper.GetString("external-url") +
"/auth/login?" +
"/login?" +
"token=" + token,
})
}