Copy passkey auth fix from Mk plugin repo

This commit is contained in:
Melody Becker 2024-10-20 20:05:13 +02:00
parent 90667d96c7
commit 1dbdec1905
Signed by: mstar
SSH key fingerprint: SHA256:vkXfS9FG2pVNVfvDrzd1VW9n8VJzqqdKQGljxxX8uK8
4 changed files with 250 additions and 1 deletions

View file

@ -15,4 +15,7 @@ const (
HttpErrIdDbFailure
HttpErrIdNotAuthenticated
HttpErrIdJsonMarshalFail
HttpErrIdBadRequest
HttpErrIdAlreadyExists
HttpErrIdNotFound
)