feat(sync): sync all FDISK members, auto-creating dashboard accounts for users not yet logged in
This commit is contained in:
@@ -17,6 +17,7 @@ export interface User {
|
||||
updated_at: Date;
|
||||
preferences?: any; // JSONB
|
||||
authentik_groups: string[];
|
||||
sync_source?: string | null;
|
||||
}
|
||||
|
||||
export interface CreateUserData {
|
||||
|
||||
Reference in New Issue
Block a user