Skip to content
Snippets Groups Projects
constants.js 122 B
Newer Older
  • Learn to ignore specific revisions
  • Markin Igor's avatar
    Markin Igor committed
    export const LOGIN_MODES = {
      SMS: 'sms',
      PREVIOUSLY_ADDED_DEVICE: 'previousaddeddevice',
      NEW_DEVICE: 'newdevice'
    };