Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 1e2b3d8

Browse files
committed
Fix styleci error
1 parent 26a974d commit 1e2b3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/TwoFactorAuthenticatesUsers.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ protected function handleFailedAttempt(Request $request)
134134

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

0 commit comments

Comments
 (0)