mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Remove interaction details from IdpRenderHandler
This commit is contained in:
@@ -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: {},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user