From 57b321ec31f67ee65f7bcaa64a2c26b0d7eff637 Mon Sep 17 00:00:00 2001 From: Chika Date: Sun, 27 Nov 2022 20:47:19 +0300 Subject: [PATCH] apps/web: set form submit action --- apps/web/components/Form.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/Form.jsx b/apps/web/components/Form.jsx index e68f768..0b950d7 100644 --- a/apps/web/components/Form.jsx +++ b/apps/web/components/Form.jsx @@ -12,7 +12,7 @@ export default function Form() { const error = invalid ? Неверный логин или пароль : null; return ( -
+

{title}