fix(auth-files): unify max auth file size

This commit is contained in:
Supra4E8C
2026-02-14 00:19:04 +08:00
parent dc4ceabc7b
commit f003a34dc0
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,8 @@ import { apiClient } from '@/services/api/client';
import { useNotificationStore } from '@/stores';
import type { AuthFileItem } from '@/types';
import { formatFileSize } from '@/utils/format';
import { MAX_AUTH_FILE_SIZE, getTypeLabel, isRuntimeOnlyAuthFile } from '@/features/authFiles/constants';
import { MAX_AUTH_FILE_SIZE } from '@/utils/constants';
import { getTypeLabel, isRuntimeOnlyAuthFile } from '@/features/authFiles/constants';
type DeleteAllOptions = {
filter: string;