From 43a543b41fb883594791169017d880f6a6e7d445 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 22 Dec 2022 12:25:26 -0300 Subject: fix: reload before fetch. input type=submit reload the spa --- packages/demobank-ui/src/pages/RegistrationPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/demobank-ui/src/pages/RegistrationPage.tsx') diff --git a/packages/demobank-ui/src/pages/RegistrationPage.tsx b/packages/demobank-ui/src/pages/RegistrationPage.tsx index c97cb56f3..9d84cdf44 100644 --- a/packages/demobank-ui/src/pages/RegistrationPage.tsx +++ b/packages/demobank-ui/src/pages/RegistrationPage.tsx @@ -84,7 +84,7 @@ function RegistrationForm(): VNode {

{i18n.str`Welcome to ${bankUiSettings.bankName}!`}

-
+

{i18n.str`Please register!`}

-- cgit v1.2.3