🚨 fix: resolve all linter and typecheck warnings across codebase
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user