chore: fix lint issues — move OAuth callback to lazy init, remove unused eslint-disable directives

This commit is contained in:
2026-04-26 12:27:24 -05:00
parent 36323f3ba3
commit 0a3738a778
2 changed files with 11 additions and 9 deletions
@@ -47,7 +47,6 @@ export function SettingsSecurityTab({ authMethods, isLoadingAuthMethods, onRefre
useEffect(() => {
fetchPasskeys()
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [])
async function fetchPasskeys() {