refactor: badge color change
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user