We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520d34e commit 7f39f75Copy full SHA for 7f39f75
src/auth.py
@@ -26,7 +26,7 @@ def wrapped_function(*args, **kwargs):
26
"last": last,
27
"email": f"{uid}@csh.rit.edu",
28
"picture": picture,
29
- "admin": any(is_eboard, is_rtp, is_devcade_admin)
+ "admin": any((is_eboard, is_rtp, is_devcade_admin))
30
}
31
kwargs["auth_dict"] = auth_dict
32
return func(*args, **kwargs)
0 commit comments