Improve onboarding

This commit is contained in:
Daniel Supernault 2022-01-24 23:26:38 -07:00
parent b3d9b9e5cd
commit 042c5b6c33
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
5 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ class LoginController extends Controller
*
* @var string
*/
protected $redirectTo = '/';
protected $redirectTo = '/i/web';
protected $maxAttempts = 5;
protected $decayMinutes = 60;

View file

@ -32,7 +32,7 @@ class RegisterController extends Controller
*
* @var string
*/
protected $redirectTo = '/';
protected $redirectTo = '/i/web';
/**
* Create a new controller instance.

BIN
public/js/spa.js vendored

Binary file not shown.

BIN
public/js/timeline.js vendored

Binary file not shown.

Binary file not shown.