Skip to content

Commit

Permalink
Update TwoFactorController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stanfortonski committed Mar 15, 2021
1 parent 746d22c commit 2f94746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/TwoFactorController.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function store(Request $request)
$user->resetTwoFactorCode();
return redirect()->route(config('twofactor.routes.successful'));
}
return redirect()->back()->withError(__('twofactor::twofactor.routes.error'));
return redirect()->back()->withError(__('twofactor::twofactor.error'));
}

public function resend()
Expand Down

0 comments on commit 2f94746

Please sign in to comment.