Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit committed Nov 26, 2024
1 parent feb69fa commit 2966aad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion authority-portal-frontend/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ const REDIRECT_TO_HOME: string[] = [

const getProperRedirectUrl = (fallbackUrl: string) => {
const url = localStorage.getItem('originalUrl') || fallbackUrl;
localStorage.removeItem('originalUrl');
return url;
};

Expand Down

0 comments on commit 2966aad

Please sign in to comment.