Migrate the existing login form to use React
This commit is contained in:
parent
0ab3768274
commit
d9f30294de
15 changed files with 322 additions and 72 deletions
|
@ -32,5 +32,5 @@ Route::group(['prefix' => 'account/two_factor'], function () {
|
|||
Route::post('/totp/disable', 'SecurityController@delete')->name('account.two_factor.disable');
|
||||
});
|
||||
|
||||
Route::get('/{vue}', 'IndexController@index')
|
||||
->where('vue', '^(?!(\/)?(api|admin|daemon)).+');
|
||||
Route::get('/{react}', 'IndexController@index')
|
||||
->where('react', '^(?!(\/)?(api|auth|admin|daemon)).+');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue