component AuthenticatorSetup { props { setupAction = "/api/auth/totp/setup" setupSchema = "auth-authenticator-setup" action = "/api/auth/totp/confirm" schema = "auth-authenticator-confirm" credentialId = "" secret = "" uri = "" title = "Set up an authenticator" description = "Create a setup key, add it to your authenticator app, then enter a current code." setupLabel = "Create setup key" submitLabel = "Enable authenticator" successMessage = "Authenticator enabled." color = "primary" size = "md" class = "" } view {

{title}

{description}

Manual setup key

{secret} {uri}

} }