Skip to content

Commit

Permalink
Merge latest from develop (#62)
Browse files Browse the repository at this point in the history
* Added conditional logic to page displayed based on feature flag value (#57)

* fix(manage-departments): fixes how headings are added to department rows (#58)

Co-authored-by: Dylan Wright <[email protected]>

* fix redirect to application

* GAP-2127 custom error page for deleting a department with users assigned (#59)

* GAP-2126 - Adds back link to dashboard on 'Your sign in details' page

---------

Co-authored-by: ryan-tco <[email protected]>
Co-authored-by: Dylan Wright <[email protected]>
Co-authored-by: JamieGunnCO <[email protected]>
Co-authored-by: dominicwest <[email protected]>
Co-authored-by: jgunnCO <[email protected]>
Co-authored-by: kiramarstonTCO <[email protected]>
Co-authored-by: kiramarstonTCO <[email protected]>
  • Loading branch information
8 people committed Sep 6, 2023
1 parent 94c0a71 commit dae73c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/applicant/src/pages/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ function HomePage({ loginUrl, registerUrl, oneLoginEnabled }: HomePageProps) {
one.
</p>
<p className="govuk-body">
If you have used Find a grant before, you can see all of your
information if you register for One Login using the same email
address.
If you have used Find a grant before, you will still be able
to see all of your information when you register or sign in
using One Login using the same email address.
</p>
<Link href={loginUrl}>
<a
Expand Down

0 comments on commit dae73c3

Please sign in to comment.