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

5 lines
209 B
Plaintext

page OtpSignInPage {
seo { title = "Passwordless OTP sign-in" }
view { <main class="flex min-h-screen items-center justify-center bg-[var(--wire-color-bg)] p-4"><OtpSignIn method="email-otp" /></main> }
}