Junaidb commited on
Commit
a862ee6
·
verified ·
1 Parent(s): e16da77

Update auth.py

Browse files
Files changed (1) hide show
  1. auth.py +1 -1
auth.py CHANGED
@@ -12,5 +12,5 @@ authenticator = stauth.Authenticate(
12
  config['cookie']['name'], # name of the login session cookie
13
  config['cookie']['key'], # secret key for signing the cookie
14
  config['cookie']['expiry_days'],
15
- config['preauthorized'] # email whitelist
16
  )
 
12
  config['cookie']['name'], # name of the login session cookie
13
  config['cookie']['key'], # secret key for signing the cookie
14
  config['cookie']['expiry_days'],
15
+ # email whitelist
16
  )