2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-13 21:17:33 +00:00

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
+6
View File
@@ -54,6 +54,12 @@ export interface AuthProps {
providers: Provider[]; providers: Provider[];
registration_enabled: boolean; registration_enabled: boolean;
password_forgotten_enabled: boolean; password_forgotten_enabled: boolean;
mfa_urls: {
setup: string;
authenticate: string;
backup_tokens: string;
remove: string;
};
} }
export interface Provider { export interface Provider {