From ca6c913787e2eb63152243f59452bc37c3524f34 Mon Sep 17 00:00:00 2001 From: Dmitriy Shishkov Date: Wed, 17 May 2023 11:08:40 +0300 Subject: [PATCH] Mock with for now --- front/src/pages/LoginPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/pages/LoginPage.jsx b/front/src/pages/LoginPage.jsx index fc80c26..3243ce8 100644 --- a/front/src/pages/LoginPage.jsx +++ b/front/src/pages/LoginPage.jsx @@ -20,7 +20,7 @@ function LoginPage() { password: formData.get('password') } - const token = doAuth(data, newAccount) + const token = "a" // doAuth(data, newAccount) setToken(token)