bugfix: organization not selected problem fixed. being logged out too often fixed.
This commit is contained in:
@@ -5,6 +5,7 @@ export interface AuthResponse {
|
||||
data: {
|
||||
accessToken: string;
|
||||
refreshToken: string;
|
||||
accessTokenExpiresAt?: string;
|
||||
user: User;
|
||||
organizations: Organization[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user