export const LOGIN_MODES = {
  SMS: 'sms',
  PREVIOUSLY_ADDED_DEVICE: 'previousaddeddevice',
  NEW_DEVICE: 'newdevice'
};