Skip to content

Commit

Permalink
hotfix:certificate share import (credebl#965)
Browse files Browse the repository at this point in the history
Signed-off-by: tipusinghaw <[email protected]>
  • Loading branch information
tipusinghaw authored Aug 30, 2024
1 parent 97e419f commit 435f68a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/user/src/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ import { AddPasskeyDetailsDto } from 'apps/api-gateway/src/user/dto/add-user.dto
import { URLUserResetPasswordTemplate } from '../templates/reset-password-template';
import { toNumber } from '@credebl/common/cast.helper';
import * as jwt from 'jsonwebtoken';
import { EventPinnacle } from '../templates/event-pinnacle';
import { EventCertificate } from '../templates/event-certificates';
import * as QRCode from 'qrcode';

@Injectable()
export class UserService {
Expand Down

0 comments on commit 435f68a

Please sign in to comment.