From 868d89f29156740b6ea0482e97108bfa58feda73 Mon Sep 17 00:00:00 2001 From: Tim Leslie Date: Thu, 6 May 2021 12:12:13 +1000 Subject: [PATCH] Disable the forgot your password button (#5624) Co-authored-by: Charles --- .changeset/sour-sheep-tie.md | 5 +++++ packages-next/auth/src/pages/SigninPage.tsx | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .changeset/sour-sheep-tie.md diff --git a/.changeset/sour-sheep-tie.md b/.changeset/sour-sheep-tie.md new file mode 100644 index 00000000000..41f7c7e92fb --- /dev/null +++ b/.changeset/sour-sheep-tie.md @@ -0,0 +1,5 @@ +--- +'@keystone-next/auth': patch +--- + +Disabled the `Forgot your password` button on the signin page, which is not yet functional. diff --git a/packages-next/auth/src/pages/SigninPage.tsx b/packages-next/auth/src/pages/SigninPage.tsx index 55dae7a3e75..ad285388aef 100644 --- a/packages-next/auth/src/pages/SigninPage.tsx +++ b/packages-next/auth/src/pages/SigninPage.tsx @@ -35,7 +35,7 @@ export const SigninPage = ({ ... on ${successTypename} { item { id - } + } } ... on ${failureTypename} { message @@ -142,9 +142,10 @@ export const SigninPage = ({ > Sign In - + */} )}