diff --git a/client/src/components/modals/SettingsModal.tsx b/client/src/components/modals/SettingsModal.tsx index 510be3e..170a1c9 100644 --- a/client/src/components/modals/SettingsModal.tsx +++ b/client/src/components/modals/SettingsModal.tsx @@ -21,7 +21,7 @@ export default function SettingsModal({ isOpen, onClose, onSave }: Readonly(null); - const handleRefresh = () => { + const handleRefresh = async () => { const password = refreshPassRef.current?.value; const type = refreshTypeRef.current?.value; if (!password || !type) {