Skip to content

Commit

Permalink
Fix ValidateLogin2FANewWorkspacePage
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jul 9, 2021
1 parent afd2e71 commit b3b3d69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/ValidateLogin2FANewWorkspacePage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, {Component} from 'react';
import {Text, TextInput, View} from 'react-native';
import {TextInput, View} from 'react-native';
import lodashGet from 'lodash/get';
import PropTypes from 'prop-types';
import {withOnyx} from 'react-native-onyx';
Expand All @@ -12,6 +12,7 @@ import variables from '../styles/variables';
import themeColors from '../styles/themes/default';
import CONST from '../CONST';
import Button from '../components/Button';
import Text from '../components/Text';
import compose from '../libs/compose';
import ONYXKEYS from '../ONYXKEYS';
import Navigation from '../libs/Navigation/Navigation';
Expand Down

0 comments on commit b3b3d69

Please sign in to comment.