mirror of
https://github.com/p08dev/Bloggr.git
synced 2026-06-17 12:43:56 +02:00
Fixed minor bugs
Fixed spelling Fixed layout
This commit is contained in:
@ -8,7 +8,7 @@ $errors = [];
|
||||
$success = false;
|
||||
if (isset($_POST['register'])) {
|
||||
if ($_POST['password'] !== $_POST['password2']) {
|
||||
array_push($errors, 'Passwörter sind nicht gleich');
|
||||
array_push($errors, 'Passwörter sind nicht gleich!');
|
||||
} else {
|
||||
$register = $auth->register($_POST['username'], $_POST['email'], $_POST['password']);
|
||||
if (is_array($register)) {
|
||||
|
||||
Reference in New Issue
Block a user