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