Skip to content

Commit

Permalink
(HDS-2435) Add url_state: undefined to createSignInResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
mrTuomoK committed Oct 7, 2024
1 parent 1e8fc84 commit 6e633e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6e633e1

Please sign in to comment.