diff --git a/app/models/User.php b/app/models/User.php
index ee40aec..f33146c 100644
--- a/app/models/User.php
+++ b/app/models/User.php
@@ -60,6 +60,6 @@ class User {
}
}
- return "Invalid email or password.";
+ return "Incorrect username or password.";
}
}
diff --git a/app/views/auth/signin.php b/app/views/auth/signin.php
index 5cedda4..d624326 100644
--- a/app/views/auth/signin.php
+++ b/app/views/auth/signin.php
@@ -1,4 +1,10 @@
+
+
+
get('error')): ?>
= $this->get('error') ?>
diff --git a/app/views/auth/signup.php b/app/views/auth/signup.php
index b937291..5ab2a00 100644
--- a/app/views/auth/signup.php
+++ b/app/views/auth/signup.php
@@ -1,4 +1,10 @@
-
+
+
+
+
get('error')): ?>
= $this->get('error') ?>
diff --git a/app/views/layouts/base.php b/app/views/layouts/base.php
index c1de6d1..6106199 100644
--- a/app/views/layouts/base.php
+++ b/app/views/layouts/base.php
@@ -3,6 +3,9 @@
Habit Tracker | = $data['title'] ?>
+
+
+
-
+