package server // webAuthnRegistrationHTML contains the HTML template for WebAuthn registration const webAuthnRegistrationHTML = ` Sonr Local Registration

Sonr Registration

Registering User

{{.Username}}

Initializing WebAuthn registration...
Please follow your browser and authenticator prompts.
` // webAuthnLoginHTML contains the HTML template for WebAuthn login const webAuthnLoginHTML = ` Sonr Local Login

Welcome Back to Sonr

Authenticating as: {{.Username}}

Initializing WebAuthn authentication...
Use your passkey or security key to authenticate.
`