From ff2ab29491a80c421525b9a394d6fbbf54914dc2 Mon Sep 17 00:00:00 2001 From: sct Date: Sat, 19 Dec 2020 23:13:46 +0900 Subject: [PATCH] feat(frontend): add language picker to setup/login --- src/components/Login/index.tsx | 6 +++++- src/components/Setup/index.tsx | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/components/Login/index.tsx b/src/components/Login/index.tsx index 56dd81e12..2f7a7e599 100644 --- a/src/components/Login/index.tsx +++ b/src/components/Login/index.tsx @@ -6,6 +6,7 @@ import { useRouter } from 'next/dist/client/router'; import ImageFader from '../Common/ImageFader'; import { defineMessages, FormattedMessage } from 'react-intl'; import Transition from '../Transition'; +import LanguagePicker from '../Layout/LanguagePicker'; const messages = defineMessages({ signinplex: 'Sign in to continue', @@ -59,7 +60,10 @@ const Login: React.FC = () => { '/images/rotate4.jpg', ]} /> -
+
+ +
+
{ '/images/rotate4.jpg', ]} /> -
+
+ +
+