diff --git a/src/lib/components/account/sendVerificationEmailModal.svelte b/src/lib/components/account/sendVerificationEmailModal.svelte index 1385570f8e..7fb576bbf4 100644 --- a/src/lib/components/account/sendVerificationEmailModal.svelte +++ b/src/lib/components/account/sendVerificationEmailModal.svelte @@ -1,7 +1,8 @@
- - - - - To continue using Appwrite Cloud, please verify your email address. An email - will be sent to {email || get(user)?.email} - - - logout()}>Switch account - - {#if emailSent && resendTimer > 0} -
- + + + + To continue using Appwrite Cloud, please verify your email address. An email + will be sent to - Didn't get the email? Try again in {resendTimer}s - -
- {/if} -
-
- - - - -
+ style="display: inline;">{email || get(user)?.email} + + + + Wrong email? { + showUpdateEmail = true; + error = null; + }}>Update email address or logout()}>Switch account + + + {#if emailSent && resendTimer > 0} +
+ + Didn't get the email? Try again in {resendTimer}s + +
+ {/if} + + + + + + + + {:else} + + + + + + + + + + {/if}