Comments, fixes
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Melody Becker 2025-04-01 17:24:06 +02:00
parent 4fb0e17b69
commit ef91558600
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
8 changed files with 73 additions and 19 deletions

View file

@ -30,6 +30,7 @@ const (
LoginStartPasskey // Login starts with a passkey
)
// Create a new authenticator
func New(webauthnConfig *webauthn.Config) (*Authenticator, error) {
webauthn, err := webauthn.New(webauthnConfig)
if err != nil {