diff --git a/frontend/src/views/MailVerify.vue b/frontend/src/views/MailVerify.vue index 7bbf176..50ad710 100644 --- a/frontend/src/views/MailVerify.vue +++ b/frontend/src/views/MailVerify.vue @@ -1,23 +1,24 @@ @@ -57,51 +62,40 @@ onMounted(async () => {
- +
-
-
+ class="text-9xl font-display font-bold text-transparent bg-clip-text animate-pulse-slow" + :class="{ + 'bg-gradient-to-r from-green-500 to-green-700': success, + 'bg-gradient-to-r from-red-500 to-red-700': error, + 'bg-gradient-to-r from-primary-500 to-primary-700': loading, + }" + > + {{ success ? "SUCCESS" : error ? "ERROR" : "VERIFY" }} +
+
+
+
- -

- {{ success ? "Success" : error ? "Error" : "Verifying..." }} -

- -

+ +

{{ message }}

- -
- - -
+ +

+ Redirecting in {{ countdown }} second{{ countdown > 1 ? "s" : "" }}... +

+