Skip to content

Commit

Permalink
remove unneeded comment
Browse files Browse the repository at this point in the history
Signed-off-by: merlinz01 <na@notaccessible.xyz>
  • Loading branch information
merlinz01 committed Sep 11, 2024
1 parent 6e08721 commit bf5ddf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/auth/types/jwt/jwt_auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ export class JwtAuthentication extends AuthenticationType {
request: OpenSearchDashboardsRequest<unknown, unknown, unknown, any>,
authInfo: any
): SecuritySessionCookie {
// TODO: This logic is only applicable for JWT auth type
setExtraAuthStorage(
request,
this.getBearerToken(request) || '',
Expand Down

0 comments on commit bf5ddf6

Please sign in to comment.