Skip to content

Commit 7f39f75

Browse files
committed
Broke CSH Auth
1 parent 520d34e commit 7f39f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def wrapped_function(*args, **kwargs):
2626
"last": last,
2727
"email": f"{uid}@csh.rit.edu",
2828
"picture": picture,
29-
"admin": any(is_eboard, is_rtp, is_devcade_admin)
29+
"admin": any((is_eboard, is_rtp, is_devcade_admin))
3030
}
3131
kwargs["auth_dict"] = auth_dict
3232
return func(*args, **kwargs)

0 commit comments

Comments
 (0)