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