We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a5716 commit d8cf8a9Copy full SHA for d8cf8a9
infrastructure/eid-wallet/src/routes/(auth)/verify/+page.svelte
@@ -135,7 +135,9 @@ function watchEventStream(id: string) {
135
};
136
}
137
138
-let handleContinue: () => Promise<void>;
+let handleContinue: () => Promise<void> = $state(() => {
139
+ return Promise.resolve();
140
+});
141
142
onMount(() => {
143
globalState = getContext<() => GlobalState>("globalState")();
0 commit comments