Add new interface to PUI interfaces

This commit is contained in:
Matthias Mair 2024-06-04 23:26:35 +02:00
parent 385996b786
commit 2866c62877
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@ export interface AuthProps {
providers: Provider[];
registration_enabled: boolean;
password_forgotten_enabled: boolean;
mfa_urls: {
setup: string;
authenticate: string;
backup_tokens: string;
remove: string;
};
}
export interface Provider {