Skip to content

Commit 227da36

Browse files
emailPassword set to null after update successfull.
1 parent 5f461ee commit 227da36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/(console)/account/updateEmail.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
type: 'success'
2626
});
2727
trackEvent(Submit.AccountUpdateEmail);
28+
emailPassword = null;
2829
} catch (error) {
2930
addNotification({
3031
message: error.message,

0 commit comments

Comments
 (0)