UNPKG

payload-totp

Version:

Add an extra security layer to PayloadCMS using a Time-based One-time Password (TOTP).

29 lines (24 loc) 416 B
.root h1, .root p { text-align: center; margin: 0; } .root p { line-height: 1.5; font-size: 16px; } .root { background: var(--theme-elevation-50); height: 100vh; } .root :global(.template-minimal__wrap) { display: flex; flex-direction: column; align-items: center; max-width: 600px !important; text-align: center; gap: 32px; } html[data-theme='dark'] .root { background: var(--theme-elevation-0); }