From 203d12b28786f6c3f2302118965cf02e49687503 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Mon, 8 Feb 2021 18:42:23 +0100 Subject: [PATCH] fix api url --- packages/dashboard/src/pages/auth/login.js | 2 +- packages/dashboard/src/pages/auth/registration.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dashboard/src/pages/auth/login.js b/packages/dashboard/src/pages/auth/login.js index f10c00e8..c80a7d69 100644 --- a/packages/dashboard/src/pages/auth/login.js +++ b/packages/dashboard/src/pages/auth/login.js @@ -127,7 +127,7 @@ export default function Login({ flow }) { {Boolean(field.messages?.length) && (
- context.text)} /> + text)} />
)} diff --git a/packages/dashboard/src/pages/auth/registration.js b/packages/dashboard/src/pages/auth/registration.js index f15637f0..c349e863 100644 --- a/packages/dashboard/src/pages/auth/registration.js +++ b/packages/dashboard/src/pages/auth/registration.js @@ -134,7 +134,7 @@ export default function Registration({ flow }) { /> {Boolean(field.messages?.length) && (
- context.text)} /> + text)} />
)}