Skip to content

Commit

Permalink
Ensure redirectUri is populated
Browse files Browse the repository at this point in the history
  • Loading branch information
euanmillar committed Jan 13, 2025
1 parent 974535c commit 7cb991d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@hapi/boom": "^9.1.1",
"@hapi/hapi": "^20.0.1",
"@hapi/inert": "^6.0.3",
"@opencrvs/mosip": "^1.7.0-alpha.5",
"@opencrvs/mosip": "^1.7.0-alpha.6",
"@opencrvs/toolkit": "0.0.6-events",
"@types/chalk": "^2.2.0",
"@types/csv2json": "^1.4.0",
Expand Down
2 changes: 2 additions & 0 deletions src/form/birth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ export const birthForm: ISerializedForm = {
) as SerializedFormField,
esignetCallback({
fieldName: 'esignetCallback',
event: 'birth',
sectionId: 'informant',
getOIDPUserInfoUrl: OIDP_USER_INFO_URL,
openIdProviderClientId: OPENID_PROVIDER_CLIENT_ID
}) as SerializedFormField,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -790,10 +790,10 @@
dependencies:
"@octokit/openapi-types" "^18.0.0"

"@opencrvs/mosip@^1.7.0-alpha.4":
version "1.7.0-alpha.4"
resolved "https://registry.yarnpkg.com/@opencrvs/mosip/-/mosip-1.7.0-alpha.4.tgz#82bd22e6dfbebfced533343774825da9ec194289"
integrity sha512-INdAXQWpdZ4y04MDhZd5cYl4pTl1FvrQfyWn4P8nqukAh/JpW8UtZE98zoIJ7/wS331zO6Lj5w0th+baGgQu/A==
"@opencrvs/mosip@^1.7.0-alpha.6":
version "1.7.0-alpha.6"
resolved "https://registry.yarnpkg.com/@opencrvs/mosip/-/mosip-1.7.0-alpha.6.tgz#b763a972e871e1d3c62ef71281c3ce481ec9573e"
integrity sha512-OEaBASV/77ikC7AB80HIk3E1er7blZZ0wszrNn+wycvlyaN+/itHBqFEB3prBiERHmP0yPbcVx+tz+1PnmuEpQ==

"@opencrvs/toolkit@0.0.6-events":
version "0.0.6-events"
Expand Down

0 comments on commit 7cb991d

Please sign in to comment.