fix: Remove interaction details from IdpRenderHandler

This commit is contained in:
Joachim Van Herwegen
2021-05-26 14:14:52 +02:00
parent 6bfe1bdccc
commit 998d2f49e1
11 changed files with 24 additions and 51 deletions

View File

@@ -36,7 +36,6 @@ describe('An InitialInteractionHandler', (): void => {
expect(map.test.handleSafe).toHaveBeenLastCalledWith({
response,
props: {
details,
errorMessage: '',
prefilled: {},
},
@@ -53,7 +52,6 @@ describe('An InitialInteractionHandler', (): void => {
expect(map.default.handleSafe).toHaveBeenLastCalledWith({
response,
props: {
details,
errorMessage: '',
prefilled: {},
},