Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5e97724 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

Apply 1 suggestion(s) to 1 file(s)



Co-authored-by: Ronak Patel's avatarRonak Patel <ronak.patel@e.email>
parent f840a3ba
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ class AccountController extends Controller {
		}

		if (preg_match("/\\\/", $password)) {
			$response->setData(['message' => 'Password has invalid characters', 'success' => false]);
			$response->setData(['message' => 'Password has invalid characters.', 'success' => false]);
			$response->setStatus(400);
			return $response;
		}