5 lines
227 B
Plaintext
5 lines
227 B
Plaintext
page TwoFactorPage {
|
|
seo { title = "Two-factor authentication" }
|
|
view { <main class="flex min-h-screen items-center justify-center bg-[var(--wrn-color-bg)] p-4"><TwoFactorChallenge mfaToken="demo-transaction" /></main> }
|
|
}
|