Files
Clintchiz 2c960fc1dc
Quality / quality (ubuntu-latest) (push) Failing after 9m49s
Quality / quality (windows-latest) (push) Canceled after 0s
refactor: migrate legacy wire namespace to wrn
2026-08-12 18:51:15 +05:30

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> }
}