reps raised with correct return url

This commit is contained in:
2023-10-25 10:33:08 +01:00
parent fdf5be3415
commit f3da69dc75
5 changed files with 61 additions and 52 deletions
+1 -1
View File
@@ -603,7 +603,7 @@ let MakeRepresentation = (props) => {
<button
className="govuk-button withChevron govuk-button-cta"
type="button"
onClick={() => signIn("email")}
onClick={() => signIn()}
>
Sign in to raise representation
</button>