This commit is contained in:
2019-07-16 22:29:31 -05:00
parent 3164b1a879
commit 522e75cea6
2 changed files with 5 additions and 6 deletions

View File

@@ -107,7 +107,6 @@ class LoginController extends Controller
} else {
return redirect()->to('/profile')->with('error', 'Alt was previously registered.');
}
}
} else {
$user = $this->createOrGetUser($ssoUser);