This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add e2e test for remembering form state
- Loading branch information
Showing
2 changed files
with
67 additions
and
3 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 |
---|---|---|
|
@@ -27,6 +27,7 @@ export const DEFAULT_CLIENT_LOGO_URI = "https://app.example/logo"; | |
export const DEFAULT_CLIENT_TOS_URI = "https://app.example/tos"; | ||
export const DEFAULT_CLIENT_POLICY_URI = "https://app.example/policy"; | ||
export const DEFAULT_CLIENT_EMAIL = "[email protected]"; | ||
export const DEFAULT_MAX_AGE = 3600; | ||
|
||
export const VALID_CLIENT_IDENTIFIER_DOCUMENT = JSON.stringify({ | ||
"@context": ["https://www.w3.org/ns/solid/oidc-context.jsonld"], | ||
|
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