#84 - ecs fix
This commit is contained in:
parent
b4e20b79fb
commit
d21c1e3948
@ -36,7 +36,9 @@ class GoogleController extends Controller
|
||||
]);
|
||||
}
|
||||
|
||||
$user->update(["password" => $hash->make(Str::random(40))]);
|
||||
$user->update([
|
||||
"password" => $hash->make(Str::random(40)),
|
||||
]);
|
||||
$auth->guard()->login($user, true);
|
||||
|
||||
return redirect()->route("dashboard");
|
||||
|
Loading…
x
Reference in New Issue
Block a user