Skip to content

Commit

Permalink
Update otp.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Jan 27, 2022
1 parent 7ff0a2e commit c7bc1c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/expo/cli/utils/user/otp.ts
Expand Up @@ -13,6 +13,7 @@ export enum UserSecondFactorDeviceMethod {
SMS = 'sms',
}

/** Device properties for 2FA */
export type SecondFactorDevice = {
id: string;
method: UserSecondFactorDeviceMethod;
Expand Down

0 comments on commit c7bc1c0

Please sign in to comment.