Skip to content

Commit

Permalink
feat(deps): bump major version (#219)
Browse files Browse the repository at this point in the history
bump major version

BREAKING CHANGE:
bump major version

GH-217
  • Loading branch information
arpit1503khanna authored Mar 13, 2024
1 parent 496f661 commit ceeb808
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/providers/user-authentication.provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ export class AuthenticateActionProvider
throw new HttpErrors.Unauthorized(AuthErrorKeys.UnknownError);
}

// Read decorator metadata to fetch options
// to be passed on to authenticate method of strategy
/**
* Read decorator metadata to fetch options
* to be passed on to authenticate method of strategy */
const metadata = await this.getMetadata();
let authOpts;
if (metadata?.authOptions) {
Expand Down

0 comments on commit ceeb808

Please sign in to comment.