refactor: badge color change

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2022-10-21 08:05:57 +01:00
parent 830c15e6ee
commit d5521030a0
2 changed files with 2 additions and 2 deletions

View File

@@ -360,7 +360,7 @@ class UserController extends Controller
$this->authorize('adminEdit', $user);
if (!$user->hasPassword()) {
if ($user->hasPassword()) {
$user->notify(new PasswordAdminResetNotification());
$user->password = null;