improvement: multi organization possibility implemented for users (owners and staffs)
This commit is contained in:
@@ -31,6 +31,7 @@ export interface TrialRegistrationData {
|
||||
password: string;
|
||||
name: string;
|
||||
organizationName: string;
|
||||
organizationEmail: string;
|
||||
organizationType: 'CLINIC' | 'LAB';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user