add change password

This commit is contained in:
2025-04-03 22:50:56 +08:00
parent 7ca06de217
commit 24a7344b6e
15 changed files with 516 additions and 685 deletions

View File

@@ -17,6 +17,7 @@ import { IconButton } from '@kevisual/components/button/index.tsx';
import { Languages, QrCode } from 'lucide-react';
import { useTranslation } from 'react-i18next';
import { toast } from 'react-toastify';
import { useTheme } from '@kevisual/components/theme/index.tsx';
type LayoutMainProps = {
title?: React.ReactNode;