1
0
forked from baron/baron-sso

userfront 린트 적용

This commit is contained in:
2026-02-19 16:29:44 +09:00
parent 3eb7ed01ee
commit 410c770738
3 changed files with 2 additions and 42 deletions

View File

@@ -1629,7 +1629,6 @@ func (h *AuthHandler) PasswordLogin(c *fiber.Ctx) error {
logOidcRedirectSummary("password_login", acceptResp.RedirectTo)
return c.JSON(fiber.Map{
"redirectTo": acceptResp.RedirectTo,
"sessionJwt": authInfo.SessionToken.JWT,
"status": "ok",
"provider": h.IdpProvider.Name(),
})