4.39.2
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2024-02-23 12:00:07 +00:00
parent a9f65bed60
commit 757f153042
10 changed files with 52 additions and 15 deletions

View File

@ -140,7 +140,7 @@ def authorize():
Scope=Scope,
)
else: # POST - user allows or denies
if not current_user.is_authenticated or not current_user.is_active:
if not current_user.is_authenticated or not current_user.is_active():
LOG.i(
"Attempt to validate a OAUth allow request by an unauthenticated user"
)