Skip to content

Commit

Permalink
Removes unused method param
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Apr 11, 2024
1 parent d58301f commit 2819b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/auth/types/saml/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ export class SamlAuthRoutes {
},
async (context, request, response) => {
try {
const authInfo = await this.securityClient.authinfo(request, AuthType.SAML);
const authInfo = await this.securityClient.authinfo(request);
await clearSplitCookies(
request,
this.getExtraAuthStorageOptions(context.security_plugin.logger)
Expand Down

0 comments on commit 2819b10

Please sign in to comment.