diff --git a/dashboard.html b/dashboard.html index 5cdd5d7..57b54bc 100644 --- a/dashboard.html +++ b/dashboard.html @@ -33,6 +33,7 @@ diff --git a/register.html b/register.html new file mode 100644 index 0000000..3c3fca8 --- /dev/null +++ b/register.html @@ -0,0 +1,60 @@ + + + + + + Register + + + +
+

Join Pageturners!

+

Sign up and be a part of our book-loving community!

+
+ + + +
+ + +
+ Already a member? Login here +
+
+ + + + + + \ No newline at end of file diff --git a/verify-email.html b/verify-email.html index 3a6620f..8f874fb 100644 --- a/verify-email.html +++ b/verify-email.html @@ -35,6 +35,7 @@

Check Your Email

if (user) { user.sendEmailVerification().then(() => { alert("Verification email resent. Please check your inbox."); + window.location.href = "./dashboard.html"; }).catch(error => { alert("Error resending verification email: " + error.message); });