mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
auth: Implement server side of desktop_flow_otp.
This commit is contained in:
committed by
Tim Abbott
parent
8d987ba5ae
commit
859bde482d
@@ -964,7 +964,8 @@ if REGISTER_LINK_DISABLED is None:
|
||||
# SOCIAL AUTHENTICATION SETTINGS
|
||||
########################################################################
|
||||
|
||||
SOCIAL_AUTH_FIELDS_STORED_IN_SESSION = ['subdomain', 'is_signup', 'mobile_flow_otp', 'multiuse_object_key']
|
||||
SOCIAL_AUTH_FIELDS_STORED_IN_SESSION = ['subdomain', 'is_signup', 'mobile_flow_otp', 'desktop_flow_otp',
|
||||
'multiuse_object_key']
|
||||
SOCIAL_AUTH_LOGIN_ERROR_URL = '/login/'
|
||||
|
||||
SOCIAL_AUTH_GITHUB_SECRET = get_secret('social_auth_github_secret')
|
||||
|
Reference in New Issue
Block a user