mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-07 09:51:37 +00:00
SSO/OpenID: Rename probably misleading message
This commit is contained in:
parent
618028503b
commit
36599a2984
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue