Logged out. Redirecting to homepage...
diff --git a/server/views/partials/auth/welcome.hbs b/server/views/partials/auth/welcome.hbs
index f29da96..5c9600b 100644
--- a/server/views/partials/auth/welcome.hbs
+++ b/server/views/partials/auth/welcome.hbs
@@ -1,4 +1,4 @@
-
+
Welcome. Redirecting to homepage...
diff --git a/server/views/reset_password_result.hbs b/server/views/reset_password_result.hbs
index 0dd71af..3be81a7 100644
--- a/server/views/reset_password_result.hbs
+++ b/server/views/reset_password_result.hbs
@@ -1,7 +1,7 @@
{{> header}}
{{#if token_verified}}
-
+
Welcome back. Change your password from the settings page. Redirecting...
{{else}}
diff --git a/server/views/verify.hbs b/server/views/verify.hbs
index f8e294b..3581f90 100644
--- a/server/views/verify.hbs
+++ b/server/views/verify.hbs
@@ -1,7 +1,7 @@
{{> header}}
{{#if token_verified}}
-
+
Your account has been verified. Redirecting to homepage...
{{else}}
diff --git a/server/views/verify_change_email.hbs b/server/views/verify_change_email.hbs
index a2d472d..24b011c 100644
--- a/server/views/verify_change_email.hbs
+++ b/server/views/verify_change_email.hbs
@@ -1,7 +1,7 @@
{{> header}}
{{#if token_verified}}
-
+
Email address is verified. Redirecting to homepage...
{{else}}