From 64d8191c469cf20ff881ff6a37d19686c20d8fd4 Mon Sep 17 00:00:00 2001 From: Rafael Solorzano <61289255+rafasdc@users.noreply.github.com> Date: Wed, 29 Jan 2025 11:59:06 -0800 Subject: [PATCH] chore: update type --- app/components/NavLoginForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/NavLoginForm.tsx b/app/components/NavLoginForm.tsx index 1554a7b72e..85447b4034 100644 --- a/app/components/NavLoginForm.tsx +++ b/app/components/NavLoginForm.tsx @@ -20,7 +20,7 @@ const StyledForm = styled.form` type Props = { linkText: string; - action: '/api/login/multi-auth' | '/api/logout'; + action: string; }; const LoginForm: React.FC = ({ linkText, action }) => (