Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 932ebab

Browse files
committed
Used wrong verb.
1 parent 24338b0 commit 932ebab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oidcmsg/oidc/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def verify(self, **kwargs):
5555

5656
if 'post_logout_redirect_uri' in self:
5757
if "id_token_hint" not in self:
58-
raise False
58+
return False
5959

6060
if "id_token_hint" in self:
6161
# Try to decode the JWT, checks the signature

0 commit comments

Comments
 (0)