SSO/OpenID: Rename probably misleading message

This commit is contained in:
Denis Arnst 2023-11-28 21:16:39 +01:00
parent 618028503b
commit 36599a2984

View File

@ -388,7 +388,7 @@ class Auth {
if (!user) {
// Info usually contains the error message from the SSO provider
return handleAuthError(isMobile, 401, 'Unauthorized', `[Auth] No user in openid callback - ${info}`, info?.response)
return handleAuthError(isMobile, 401, 'Unauthorized', `[Auth] No data in openid callback - ${info}`, info?.response)
}
req.logIn(user, (loginError) => {