feat(users): add reset password functionality for users and implement forgot password page

This commit is contained in:
Tran Anh Tuan
2026-02-03 17:33:47 +07:00
parent 9bc15192ec
commit dca363275e
35 changed files with 1592 additions and 321 deletions

View File

@@ -2,6 +2,7 @@ import { defineConfig } from '@umijs/max';
import {
alarmsRoute,
commonManagerRoutes,
forgotPasswordRoute,
loginRoute,
managerRouteBase,
notFoundRoute,
@@ -16,6 +17,7 @@ export default defineConfig({
routes: [
loginRoute,
alarmsRoute,
forgotPasswordRoute,
profileRoute,
{
name: 'spole.monitoring',