Skip to content

Commit

Permalink
chore: optional secret
Browse files Browse the repository at this point in the history
  • Loading branch information
aweiss-dev committed Dec 14, 2023
1 parent ffa78da commit b1762f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/E2EIdentity/OIDCService/OIDCService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface OIDCServiceConfig {
redirectUri: string;
oidcClient: {
id: string;
secret: string;
secret?: string;
};
}

Expand Down

0 comments on commit b1762f2

Please sign in to comment.