mirror of
https://github.com/v2board/v2board.git
synced 2025-02-10 15:39:14 +08:00
update
This commit is contained in:
parent
810df6fca7
commit
6c8892a46c
@ -50,6 +50,6 @@ class LoginController extends Controller
|
||||
if (config('v2board.app_url')) {
|
||||
$location = config('v2board.app_url') . $request->input('redirect') ? $request->input('redirect') : 'dashboard';
|
||||
}
|
||||
header('Location:' . config('v2board.app_url') . '/#/dashboard');
|
||||
header('Location:' . $location);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user