Skip to content

Commit

Permalink
Fix styleci error
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldzjap committed Oct 16, 2020
1 parent 26a974d commit 1e2b3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/TwoFactorAuthenticatesUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ protected function handleFailedAttempt(Request $request)

if ($path = $this->redirectAfterFailurePath()) {
return redirect()->to($path)->withErrors([
'token' => __('twofactor-auth::twofactor-auth.failed')
'token' => __('twofactor-auth::twofactor-auth.failed'),
]);
}

Expand Down

0 comments on commit 1e2b3d8

Please sign in to comment.