mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-15 13:36:18 +00:00
improve authentication method form
This commit is contained in:
@@ -17,6 +17,7 @@ urlpatterns = [
|
||||
# Auth Methods
|
||||
path('auth_method/manage/', views.view_manage_auth_method, name='manage_gatekeeper_auth_method'),
|
||||
path('auth_method/delete/', views.view_delete_auth_method, name='delete_gatekeeper_auth_method'),
|
||||
path('auth_method/qr/', views.view_generate_totp_qr, name='generate_totp_qr'),
|
||||
|
||||
# Auth Method Allowed Domains
|
||||
path('domain/manage/', views.view_manage_auth_domain, name='manage_gatekeeper_domain'),
|
||||
|
||||
Reference in New Issue
Block a user