Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Dec 4, 2024
1 parent 69d15e4 commit 29fb9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
let customScope = $state('');
let isHelloMode = $state(true); // this only matters if hello dev flag is set
let mounted = $state(false);
let showErrorNotification = $state(true);
let showErrorNotification = $state(false);
let authzResponse = $state({
url: null,
token: null,
Expand Down

0 comments on commit 29fb9f2

Please sign in to comment.