We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f599c commit 1a2e855Copy full SHA for 1a2e855
resources/views/livewire/auth/reset-password.blade.php
@@ -56,7 +56,7 @@ function ($user) {
56
// If the password was successfully reset, we will redirect the user back to
57
// the application's home authenticated view. If there is an error we can
58
// redirect them back to where they came from with their error message.
59
- if ($status != Password::PasswordReset) {
+ if ($status !== Password::PasswordReset) {
60
$this->addError('email', __($status));
61
62
return;
0 commit comments