feat: add forgot password flow and reusable password field
This commit is contained in:
@@ -4,6 +4,9 @@ export const API_ROUTES = {
|
||||
REFRESH: 'api/auth/refresh',
|
||||
LOGOUT: 'api/auth/logout',
|
||||
ME: 'api/auth/me',
|
||||
FORGOT_PASSWORD: 'api/auth/forget-password',
|
||||
RESET_PASSWORD: 'api/auth/reset-password',
|
||||
SET_PASSWORD: 'api/auth/set-password',
|
||||
},
|
||||
PERMISSIONS: {
|
||||
MY_PERMISSIONS: 'api/permissions/my-permissions',
|
||||
|
||||
Reference in New Issue
Block a user