support .well-known/change-password
This commit is contained in:
parent
f9d3a500db
commit
d6ac5eb5d1
|
|
@ -205,3 +205,7 @@ Route::prefix('setup')->group(function () {
|
|||
Route::post('finish', 'SetupController@finish');
|
||||
});
|
||||
});
|
||||
|
||||
Route::prefix('.well-known')->group(function () {
|
||||
Route::redirect('change-password', '/user/profile');
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user