Hallucinate a whole lot of shit...

Too much shit...
This commit is contained in:
2025-10-10 22:28:05 +02:00
parent d7d3a6e888
commit da5133eef8
9 changed files with 233 additions and 42 deletions

View File

@@ -65,7 +65,7 @@ func (rh *RouteHandler) handleLogin(ctx *fasthttp.RequestCtx) {
return
}
logger.Info("Login requested for character %s", charNameStr)
// Trigger the auth flow (will register callback if needed)
char, err := rh.SSO.GetCharacter(context.Background(), charNameStr)
if err != nil {