Skip to content

Commit

Permalink
Removes incorrect 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 2819b10 commit 1ad7343
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/auth/types/saml/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ export class SamlAuthRoutes {
const user = await this.securityClient.authenticateWithHeader(
request,
'authorization',
credentials.authorization,
AuthType.SAML
credentials.authorization
);

let expiryTime = Date.now() + this.config.session.ttl;
Expand Down

0 comments on commit 1ad7343

Please sign in to comment.