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

Commit 307b1ed

Browse files
committed
Spelling error.
1 parent 8bc81b1 commit 307b1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oidcendpoint/oidc/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ def do_verified_logout(self, sid, client_id, alla=False, **kwargs):
408408
elif res.status_code >= 400:
409409
logger.info("failed to logout from {}".format(_cid))
410410

411-
return _res["flu"].values() if _res.get("fluu") else []
411+
return _res["flu"].values() if _res.get("flu") else []
412412

413413
def kill_cookies(self):
414414
_ec = self.endpoint_context

0 commit comments

Comments
 (0)