Home
last modified time | relevance | path

Searched refs:primaryDevice (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/api/user/
H A Dotp.ts144 const primaryDevice = secondFactorDevices.find((device) => device.is_primary); constant
148 assert(primaryDevice, 'OTP should only automatically be sent when there is a primary device');
150 `One-time password was sent to the phone number ending in ${primaryDevice.sms_phone_number}.`
155 if (primaryDevice?.method === UserSecondFactorDeviceMethod.AUTHENTICATOR) {