diff --git a/compass/app/auth/newPassword/page.tsx b/compass/app/auth/newPassword/page.tsx index 12d4faa..c9bf8f8 100644 --- a/compass/app/auth/newPassword/page.tsx +++ b/compass/app/auth/newPassword/page.tsx @@ -51,8 +51,8 @@ export default function Page() { /> {isStrongPassword(newPassword) || newPassword === '' ? null :
+ Password is not strong enough. +
Tip: Use a mix of letters, numbers, and symbols for a strong password. Aim for at least 8 characters!
+ Passwords do not match. +
Please make sure both passwords are the exact same!