diff --git a/plugins/login-resources/src/components/ConfirmationSend.svelte b/plugins/login-resources/src/components/ConfirmationSend.svelte index 46ff0312d4..cb1a48215c 100644 --- a/plugins/login-resources/src/components/ConfirmationSend.svelte +++ b/plugins/login-resources/src/components/ConfirmationSend.svelte @@ -20,7 +20,7 @@ onMount(async () => { const account = await getAccount() - if (account?.confirmed !== true) { + if (account?.confirmed === true) { const loc = getCurrentLocation() loc.path[1] = 'selectWorkspace' loc.path.length = 2 @@ -29,7 +29,7 @@ }) -
+