1
0
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:
Ranjiwei
2024-10-15 13:52:23 +08:00
committed by GitHub
parent d1227300b7
commit 936c3cfbf6
4 changed files with 45 additions and 41 deletions

View File

@@ -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,