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 5f461ee commit 227da36Copy full SHA for 227da36
src/routes/(console)/account/updateEmail.svelte
@@ -25,6 +25,7 @@
25
type: 'success'
26
});
27
trackEvent(Submit.AccountUpdateEmail);
28
+ emailPassword = null;
29
} catch (error) {
30
addNotification({
31
message: error.message,
0 commit comments