Refactoring, regression testing until Phase 1 end.
This commit is contained in:
@@ -246,6 +246,7 @@ interface LoginResponse {
|
||||
refresh_token: string;
|
||||
user: {
|
||||
id: string;
|
||||
name: string;
|
||||
email: string;
|
||||
role: 'superuser' | 'manager' | 'developer' | 'top_brass';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user