Skip to content

Commit

Permalink
hotfix:certificate share import (#965)
Browse files Browse the repository at this point in the history
Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
Signed-off-by: KulkarniShashank <shashank.kulkarni@ayanworks.com>
  • Loading branch information
tipusinghaw authored and KulkarniShashank committed Sep 6, 2024
1 parent 08261ba commit fa39328
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 fa39328

Please sign in to comment.