Skip to content

Commit ceeb808

Browse files
feat(deps): bump major version (#219)
bump major version BREAKING CHANGE: bump major version GH-217
1 parent 496f661 commit ceeb808

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/providers/user-authentication.provider.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ export class AuthenticateActionProvider
4343
throw new HttpErrors.Unauthorized(AuthErrorKeys.UnknownError);
4444
}
4545

46-
// Read decorator metadata to fetch options
47-
// to be passed on to authenticate method of strategy
46+
/**
47+
* Read decorator metadata to fetch options
48+
* to be passed on to authenticate method of strategy */
4849
const metadata = await this.getMetadata();
4950
let authOpts;
5051
if (metadata?.authOptions) {

0 commit comments

Comments
 (0)