mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
fix: webauthn cannot register #753
This commit is contained in:
parent
2f57a6c9e7
commit
6abf68261c
2 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ func BeginPasskeyRegistration(c *gin.Context) {
|
|||
}
|
||||
cache.Set(buildCachePasskeyRegKey(u.ID), sessionData, passkeyTimeout)
|
||||
|
||||
c.JSON(http.StatusOK, options)
|
||||
c.JSON(http.StatusOK, options.Response)
|
||||
}
|
||||
|
||||
func FinishPasskeyRegistration(c *gin.Context) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue