Skip to content

Commit

Permalink
Addressed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shylasummers committed Jul 13, 2023
1 parent d928fea commit 63e75d5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,7 @@ export abstract class StandardInteractionClient extends BaseInteractionClient {
);

let configResponseMode = null;
if(!this.config.auth.OIDCOptions ||
(this.config.auth.OIDCOptions.serverResponseType &&
this.config.auth.OIDCOptions.serverResponseType === ServerResponseType.FRAGMENT)) {
if(this.config.auth.OIDCOptions.serverResponseType === ServerResponseType.FRAGMENT) {
configResponseMode = ResponseMode.FRAGMENT;
}
else {
Expand Down

0 comments on commit 63e75d5

Please sign in to comment.