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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user