#28 style: fix lint issues in auth components

This commit is contained in:
mono
2026-03-07 17:03:30 -05:00
parent 3112c82bb2
commit 7f73251c5e
5 changed files with 33 additions and 33 deletions

View File

@@ -16,9 +16,7 @@ class AuthService {
try {
const errData = await resp.json();
errMsg = errData?.detail ?? errData?.message ?? errMsg;
} catch (_) {
}
} catch (_) { /* ignore */ }
throw new Error(errMsg);
}