We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496f661 commit ceeb808Copy full SHA for ceeb808
src/providers/user-authentication.provider.ts
@@ -43,8 +43,9 @@ export class AuthenticateActionProvider
43
throw new HttpErrors.Unauthorized(AuthErrorKeys.UnknownError);
44
}
45
46
- // Read decorator metadata to fetch options
47
- // to be passed on to authenticate method of strategy
+ /**
+ * Read decorator metadata to fetch options
48
+ * to be passed on to authenticate method of strategy */
49
const metadata = await this.getMetadata();
50
let authOpts;
51
if (metadata?.authOptions) {
0 commit comments