mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-15 17:22:47 +02:00
SSO/OpenID: Rename probably misleading message
This commit is contained in:
+1
-1
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user