-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #318 from govuk-one-login/error-message-page
tests out partials for error messages
- Loading branch information
Showing
6 changed files
with
60 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: Error messages | ||
weight: 88 | ||
last_reviewed_on: 2025-01-21 | ||
review_in: 6 months | ||
--- | ||
|
||
# Error messages | ||
|
||
This page collates the error messages from GOV.UK One Login. | ||
|
||
## Error messages from the `/authorize` endpoint | ||
|
||
<%= partial "partials/authorize-errors" %> | ||
|
||
## Error messages from the `/userinfo` endpoint | ||
|
||
<%= partial "partials/userinfo-errors" %> | ||
|
||
## Error messages from the `/token` endpoint | ||
|
||
<%= partial "partials/token-errors" %> | ||
|
||
|
||
<%= partial "partials/links" %> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.