Files
WRNexusJS/examples/auth-showcase/app/pages/authenticator.wrn
2026-07-29 12:51:10 +05:30

5 lines
342 B
Plaintext

page AuthenticatorPage {
seo { title = "Authenticator setup" }
view { <main class="flex min-h-screen items-center justify-center bg-[var(--wire-color-bg)] p-4"><AuthenticatorSetup credentialId="demo" secret="JBSWY3DPEHPK3PXP" uri="otpauth://totp/WRNexusJS:developer@example.com?secret=JBSWY3DPEHPK3PXP&amp;issuer=WRNexusJS" /></main> }
}