Skip to content

Commit

Permalink
fix github actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
xiajon committed Jan 3, 2025
1 parent 29dce8d commit 67e4360
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Chat/ChatSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,6 @@ class ChatSession {
identityProvider = this.customizationParams.authenticationIdentityProvider,
content = {},
authenticationUrl = '',
state = '',
sessionId = '',
item,
getAuthenticationUrlResponse;
Expand All @@ -885,7 +884,6 @@ class ChatSession {
try {
getAuthenticationUrlResponse = await this.getAuthenticationUrl(sessionId);
authenticationUrl = getAuthenticationUrlResponse.data.AuthenticationUrl
state = new URLSearchParams(authenticationUrl.split('?')[1]).get('state');
}
catch (error) {
console.error("Unable to get sign in URL", error)
Expand Down

0 comments on commit 67e4360

Please sign in to comment.