mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-03 08:50:22 -05:00
Shift to consistent, fluent response chains
This commit is contained in:
@@ -48,7 +48,7 @@ class TwoStepAuth
|
||||
|
||||
if (config('auth.TwoStepEnabled') && $user->twostep == 1) {
|
||||
if ($this->twoStepVerification($request) !== true) {
|
||||
return redirect('twostep/needed');
|
||||
return redirect()->to('twostep/needed');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user