mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 10:55:51 +02:00
Merge branch 'dev' into refactor/otp
This commit is contained in:
commit
121287df21
40 changed files with 1084 additions and 326 deletions
|
@ -6,7 +6,7 @@ import (
|
|||
)
|
||||
|
||||
func InitAuthRouter(r *gin.RouterGroup) {
|
||||
r.POST("/login", Login)
|
||||
r.POST("/login", middleware.EncryptedParams(), Login)
|
||||
r.DELETE("/logout", Logout)
|
||||
|
||||
r.GET("/begin_passkey_login", BeginPasskeyLogin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue