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 d22b714 commit 31fc87bCopy full SHA for 31fc87b
src/routes/(console)/project-[region]-[project]/auth/user-[user]/updateStatus.svelte
@@ -46,7 +46,7 @@
46
await invalidate(Dependencies.USER);
47
addNotification({
48
message: `${$user.name || $user.email || $user.phone || 'The account'} has been ${
49
- $user.phoneVerification ? 'unverified' : 'verified'
+ !$user.phoneVerification ? 'unverified' : 'verified'
50
}`,
51
type: 'success'
52
});
0 commit comments