1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-21 23:42:10 +02:00

Fix code formatting issues

This commit is contained in:
Kovah 2020-02-20 16:38:55 +01:00
parent fe321f1d9c
commit 7580a4bf80
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -31,7 +31,6 @@ class ResetPasswordCommand extends Command
if (empty($this->user)) {
$this->warn('A user with this email address could not be found!');
}
} while (empty($this->user));
}
@ -49,7 +48,6 @@ class ResetPasswordCommand extends Command
$this->warn($error);
}
}
} while ($validator->invalid());
$this->user->password = bcrypt($newPassword);