feat: enhance two-factor authentication handling and UI improvements

This commit is contained in:
shuaiplus
2026-07-05 15:05:53 +08:00
parent c019c93726
commit e73ae3d5ea
7 changed files with 41 additions and 24 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { t } from '@/lib/i18n';
interface ConfirmDialogProps {
open: boolean;
title: string;
title: ComponentChildren;
message?: string;
variant?: 'default' | 'warning';
showIcon?: boolean;