Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
should buuild now
Browse files Browse the repository at this point in the history
  • Loading branch information
kymppi committed Mar 19, 2022
1 parent e752ebf commit 93ee3ce
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/classes/dto/update-user.dto.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import {
Location,
Oauth2Identifiers,
MFAOptions,
YubikeyOptions,
} from "../index";
import { Location, Oauth2Identifiers, MFAOptions, FidoOptions } from "../index";

export class UpdateUserDto {
firstName?: string;
Expand All @@ -16,5 +11,5 @@ export class UpdateUserDto {
phoneNumber?: string;
username?: string;
mfa?: MFAOptions;
yubikey?: YubikeyOptions;
fido?: FidoOptions;
}

0 comments on commit 93ee3ce

Please sign in to comment.