mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-07-02 07:01:30 +00:00
feat: modify cert login url
This commit is contained in:
@@ -3,5 +3,5 @@ from . import views
|
||||
from django.urls import path
|
||||
|
||||
urlpatterns = [
|
||||
path('cert/login/', views.CertLoginView.as_view(), name='cert-login')
|
||||
path('login/', views.CertLoginView.as_view(), name='cert-login')
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user