diff --git a/src/app/auth/error/page.tsx b/src/app/auth/error/page.tsx index da3a39a..3dfd1eb 100644 --- a/src/app/auth/error/page.tsx +++ b/src/app/auth/error/page.tsx @@ -14,7 +14,7 @@ function AuthErrorComponent() {

Authentication Error

-

{decodeURIComponent(errorMessage)}

+

{ErrorURIComponent(errorMessage)}

+
+
+ {/* Icon */} +
+ +
+ + {/* Title and Description */} +
+

+ Verify your email +

+

+ We have sent a verification link to the email address you provided. Please check your inbox to proceed. +

+
+ + {/* Steps */} +
+ {[ + "Open your email inbox", + "Click the verification link we sent you", + "Return here to continue", + ].map((text, index) => ( +
+
+ {index + 1} +
+

{text}

+
+ ))} +
+ + {/* Divider */} +
+
+
+
+
+ Already verified? +
+
+ + {/* Actions */} +
+ + + +
+ + {/* Help text */} +

+ Didnt receive the email? Check your spam folder or try to login + again to resend the verification email. +

+
+
+
+ ); +}