feat: add two-factor authentication support and related configurations
This commit is contained in:
@@ -3,6 +3,8 @@ export interface AuthFeatures {
|
||||
password_reset: boolean
|
||||
remember_me: boolean
|
||||
email_verification: boolean
|
||||
two_factor: boolean
|
||||
two_factor_required: boolean
|
||||
}
|
||||
|
||||
export interface AuthPageConfig {
|
||||
|
||||
@@ -3,4 +3,5 @@ export interface Flash {
|
||||
error: string | null
|
||||
message: string | null
|
||||
status: string | null
|
||||
recoveryCodes: string[] | null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user