Skip to content

Commit

Permalink
auth test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro27Ind committed Apr 2, 2024
1 parent 897bfbe commit ec77b0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/client/src/app/services/cloud.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ export class CloudService {
}

if (error.status === StatusCodes.UNAUTHORIZED) {
if (!window.location.href.startsWith(environment.authAppUrl)) {
window.location.href = environment.authAppUrl;
}
// if (!window.location.href.startsWith(environment.authAppUrl)) {
// window.location.href = environment.authAppUrl;
// }
}
}

Expand Down

0 comments on commit ec77b0d

Please sign in to comment.