mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00:00
feat: add QR code verification endpoint to password expiration checks (#13049)
This commit is contained in:
@@ -27,6 +27,7 @@ func PasswordExpired() gin.HandlerFunc {
|
||||
c.Request.URL.Path == "/api/v2/core/settings/search" ||
|
||||
c.Request.URL.Path == "/api/v2/core/settings/search/base" ||
|
||||
c.Request.URL.Path == "/api/v2/core/xpack/settings/search" ||
|
||||
c.Request.URL.Path == "/api/v2/core/xapp/verifyQRCode" ||
|
||||
c.Request.URL.Path == "/api/v2/core/enterprise/users/info" ||
|
||||
c.Request.URL.Path == "/api/v2/core/enterprise/licenses/info" ||
|
||||
c.Request.URL.Path == "/api/v2/core/enterprise/licenses/status" ||
|
||||
|
||||
Reference in New Issue
Block a user