Demo user cannot enable two factor auth.

This commit is contained in:
James Cole
2016-12-26 08:57:07 +01:00
parent 8f6a271cc0
commit 48209d0d22
2 changed files with 11 additions and 7 deletions

View File

@@ -108,7 +108,7 @@ class HomeController extends Controller
$journal->save();
}
}
Session::forget(['start','end','viewRange','range','is_custom_range']);
Session::forget(['start', 'end', 'viewRange', 'range', 'is_custom_range']);
Session::clear();
Artisan::call('cache:clear');