Skip to content

Commit

Permalink
Change sign in path to /sign-in/redirect
Browse files Browse the repository at this point in the history
We have changed the route in account-api / frontend.
  • Loading branch information
barrucadu committed Sep 28, 2021
1 parent a541308 commit 5f49bee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# unreleased

- Change sign in path to `/sign-in/redirect` ([#17](https://github.com/alphagov/govuk_personalisation/pull/17))

# 0.7.0

- Add `GovukPersonalisation::Urls` module ([#14](https://github.com/alphagov/govuk_personalisation/pull/14) [#16](https://github.com/alphagov/govuk_personalisation/pull/16))
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_personalisation/urls.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module GovukPersonalisation::Urls
#
# @return [String] the URL
def self.sign_in
find_govuk_url(var: "SIGN_IN", application: "frontend", path: "/sign-in")
find_govuk_url(var: "SIGN_IN", application: "frontend", path: "/sign-in/redirect")
end

# Find the GOV.UK URL for the "sign out" page
Expand Down

0 comments on commit 5f49bee

Please sign in to comment.