mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 07:31:10 +10:00
* feat(EE): MFA implementation for enterprise edition - Add TOTP-based two-factor authentication - Add backup codes support - Add MFA enforcement at workspace level - Add MFA setup and challenge UI pages - Support MFA for login and password reset flows - Add MFA validation for secure pages * fix types * remove unused object * sync * remove unused type * sync * refactor: rename MFA enabled field to is_enabled * sync
12 lines
186 B
CSS
12 lines
186 B
CSS
.container {
|
|
min-height: 100vh;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 1rem;
|
|
}
|
|
|
|
.paper {
|
|
width: 100%;
|
|
box-shadow: var(--mantine-shadow-lg);
|
|
} |