forget password, reset password
This commit is contained in:
@@ -40,6 +40,8 @@ Route::prefix('linksehat')->group(function () {
|
||||
Route::post('logout', 'logout');
|
||||
Route::post('login-phone', 'loginPhone');
|
||||
Route::post('register', 'register');
|
||||
Route::post('forget-password', 'forgetPassword');
|
||||
Route::post('reset-password', 'resetPassword');
|
||||
Route::get('social-login/{provider}', 'redirectSocialLogin');
|
||||
Route::get('social-login/{provider}/callback', 'handleSocialLoginCallback');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user