🚨 fix: resolve all linter and typecheck warnings across codebase

This commit is contained in:
2026-04-07 14:42:24 -04:00
parent 54ca910609
commit f38b0188df
6 changed files with 12 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ export default function SignInPage() {
providerId: "authentik",
callbackURL: "/",
});
} catch (_error) {
} catch {
toast.error("Failed to sign in. Please try again.");
} finally {
setIsLoading(false);