Skip to content

Commit 25aa89e

Browse files
ninzdealako
authored andcommitted
Remove cofebe admins and add Janina (#198)
1 parent 7737c70 commit 25aa89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cla-backend/cla/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# This list represents admin users who can perform logo
1717
# uploads and project and cla manager permission updates
18-
admin_list = ['***REMOVED***', 'SellJamHere', 'vnaidu', 'mun5424', 'ddeal', 'bryan.stone']
18+
admin_list = ['vnaidu', 'ddeal', 'bryan.stone', 'jszkut']
1919

2020
class AuthError(Exception):
2121
def __init__(self, response):

0 commit comments

Comments
 (0)