Skip to content

Commit

Permalink
Update src/auth/guards/jwt-cookie/jwt-cookie-strategy.service.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian <[email protected]>
  • Loading branch information
tomwwinter and sleidig authored Feb 11, 2025
1 parent 853ce0f commit b532247
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/auth/guards/jwt-cookie/jwt-cookie-strategy.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export class JwtCookieStrategy extends PassportStrategy(
this.couchdbService.get('app', data['username']),
).catch(() => {});

// TODO
return new UserInfo(
data.sub,
data.name,
Expand Down

0 comments on commit b532247

Please sign in to comment.