diff --git a/packages/react/src/components/login/testUtils/userTestUtil.ts b/packages/react/src/components/login/testUtils/userTestUtil.ts index 52c2f15433..a63ddaff0f 100644 --- a/packages/react/src/components/login/testUtils/userTestUtil.ts +++ b/packages/react/src/components/login/testUtils/userTestUtil.ts @@ -59,6 +59,7 @@ export function createSignInResponse({ session_state: String(`${Math.random()}${Math.random()}`), state: '', token_type: 'Bearer', + url_state: undefined, userState: {}, expires_in, isOpenId: true,