+
+ {status === 'loading' && (
+ <>
+
+
Confirming your email address...
+ >
+ )}
+
+ {status === 'success' && (
+ <>
+
✅ Email Confirmed
+
+
+ Thank you! Your email address has been successfully confirmed.
+ You can now return to the TaskNote app and log in.
+
+
+ Go to Login
+
+ >
+ )}
+
+ {status === 'error' && (
+ <>
+
❌ Oops!
+
+ { errorMessage }
+
+ >
+ )}
+
+