Skip to content

Commit fdcf2d9

Browse files
Merge pull request #1643 from jonathborg/patch-1
docs(authentication): update authentication.md
2 parents 9d3c1ef + 537fa13 commit fdcf2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/security/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ import { jwtConstants } from './constants';
499499
}),
500500
],
501501
providers: [AuthService, LocalStrategy],
502-
exports: [AuthService],
502+
exports: [AuthService, JwtModule],
503503
})
504504
export class AuthModule {}
505505
@@switch

0 commit comments

Comments
 (0)