mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-02-01 00:18:14 +01:00
SSO/OpenID: Rename probably misleading message
This commit is contained in:
parent
618028503b
commit
36599a2984
@ -388,7 +388,7 @@ class Auth {
|
|||||||
|
|
||||||
if (!user) {
|
if (!user) {
|
||||||
// Info usually contains the error message from the SSO provider
|
// 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) => {
|
req.logIn(user, (loginError) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user