mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 22:01:06 +00:00
update login simple-check by jwt (#6842)
* update login simple-check by jwt * update
This commit is contained in:
@@ -54,13 +54,6 @@ urlpatterns = [
|
||||
name='two_factor_auth'),
|
||||
]
|
||||
|
||||
if getattr(settings, 'ENABLE_LOGIN_SIMPLE_CHECK', False):
|
||||
urlpatterns += [
|
||||
path('login/simple_check/',
|
||||
auth_views.login_simple_check),
|
||||
]
|
||||
|
||||
|
||||
urlpatterns += [
|
||||
path('login/',
|
||||
auth_views.login,
|
||||
|
Reference in New Issue
Block a user