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.
2 parents a4c8ecf + 1a2e855 commit 4f7aaabCopy full SHA for 4f7aaab
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