chore: Fix Linter issue with validate_silent_authorization(). (#23577)
This commit is contained in:
parent
cefd275b17
commit
3fbae38a8d
1 changed files with 2 additions and 2 deletions
|
|
@ -395,9 +395,9 @@ class OAuthWebRequestValidator(RequestValidator):
|
|||
- OpenIDConnectHybrid
|
||||
"""
|
||||
if request.prompt == "login":
|
||||
False
|
||||
return False
|
||||
else:
|
||||
True
|
||||
return True
|
||||
|
||||
def validate_silent_login(self, request):
|
||||
"""Ensure session user has authorized silent OpenID login.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue