mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-14 19:57:31 +00:00
fix: allow passkey names up to 50 characters
This commit is contained in:
@@ -19,5 +19,5 @@ type WebauthnCredentialDto struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type WebauthnCredentialUpdateDto struct {
|
type WebauthnCredentialUpdateDto struct {
|
||||||
Name string `json:"name" binding:"required,min=1,max=30"`
|
Name string `json:"name" binding:"required,min=1,max=50"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user