Browse Source

fix other redirects

master
Aaron Parecki 6 years ago
parent
commit
f7bad307f4
No known key found for this signature in database GPG Key ID: 276C2817346D6056
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      app/Http/Controllers/Auth/RegisterController.php
  2. +1
    -1
      app/Http/Controllers/Auth/ResetPasswordController.php

+ 1
- 1
app/Http/Controllers/Auth/RegisterController.php View File

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

+ 1
- 1
app/Http/Controllers/Auth/ResetPasswordController.php View File

@ -25,7 +25,7 @@ class ResetPasswordController extends Controller
*
* @var string
*/
protected $redirectTo = '/home';
protected $redirectTo = '/dashboard';
/**
* Create a new controller instance.

Loading…
Cancel
Save