Skip to content

Commit

Permalink
fix: remove unnecessary redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
naumovski-filip committed Jul 11, 2023
1 parent be09ba2 commit 4a8a5ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stores/NotificationsController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export const subscribeToNotifications = async (uuid: string = '') => {
break;
case NotificationsTypes.ACCESS_GRANTED:
await reloadActiveSubscription();
window.location.href = addQueryParams(window.location.href, { u: 'welcome' });
break;
case NotificationsTypes.ACCESS_REVOKED:
await reloadActiveSubscription();
Expand Down

0 comments on commit 4a8a5ff

Please sign in to comment.