Small fixes for one time tokens
This commit is contained in:
parent
7b4b3e3f5e
commit
af7939b002
1 changed files with 2 additions and 2 deletions
|
|
@ -88,9 +88,9 @@ class OneTimeTokenController extends BaseController
|
|||
|
||||
MultiDB::findAndSetDbByCompanyKey($data['company_key']);
|
||||
|
||||
$user = User::findOrFail($data['user_id']);
|
||||
// $user = User::findOrFail($data['user_id']);
|
||||
|
||||
Auth::login($user, true);
|
||||
// Auth::login($user, true);
|
||||
|
||||
// Cache::forget($request->input('hash'));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue