mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-07 06:50:56 -04:00
Merge pull request #3968 from alphagov/forgotten-password-govuk-link
Style link in wrong password error
This commit is contained in:
@@ -63,7 +63,7 @@ def sign_in():
|
||||
flash(Markup(
|
||||
(
|
||||
f"The email address or password you entered is incorrect."
|
||||
f" <a href={password_reset_url}>Forgotten your password?</a>"
|
||||
f" <a href={password_reset_url} class='govuk-link'>Forgotten your password?</a>"
|
||||
)
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user