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

5 lines
184 B
Plaintext

page RecoverPage {
seo { title = "Recover account" }
view { <main class="flex min-h-screen items-center justify-center bg-[var(--wire-color-bg)] p-4"><ForgotPassword /></main> }
}