Separate auth0 users depending on tenants
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
export interface Tenant {
|
||||
id: number;
|
||||
name: string;
|
||||
domain: string;
|
||||
auth0_client_id: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user