Skip to content

Commit

Permalink
fix back button showing during setup wizard (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmintey authored Jul 23, 2024
1 parent 50dedbd commit 5ec73cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/BackButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/forgot-password",
"/reset-password",
"/group-error",
/\/setup-wizard\/.*/
/\/setup-wizard\/?.*/
];
let documentTitle: string | undefined;
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"/forgot-password",
"/reset-password",
"/group-error",
/\/setup-wizard\/.*/
/\/setup-wizard\/?.*/
];
let showNavigationLoadingBar = false;
Expand Down

0 comments on commit 5ec73cb

Please sign in to comment.