We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b94234 commit 40521efCopy full SHA for 40521ef
1 file changed
webapp/src/app/sign-in/page.tsx
@@ -16,7 +16,9 @@ export default function SignInPage() {
16
</p>
17
18
<Link
19
- href="/api/auth/sign-in?lang=ja"
+ href="/api/auth/sign-in"
20
+ // you can add a query string to change the locale of cognito managed login page.
21
+ // href="/api/auth/sign-in?lang=ja"
22
className="w-full flex justify-center py-3 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500"
23
prefetch={false} // prevent CORS error
24
>
0 commit comments