Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Maftalion committed Apr 5, 2021
1 parent e54a315 commit 4ce0892
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/libs/actions/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ function setExpensifyNewsStatus(subscribed) {
* @param {String} login
* @param {String} password
* @returns {Promise}
*
*/
function setSecondaryLogin(login, password) {
Onyx.merge(ONYXKEYS.ACCOUNT, {error: '', loading: true});
Expand Down
2 changes: 1 addition & 1 deletion src/pages/settings/ProfilePage/LoginField.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class LoginField extends Component {
resendValidateCode(this.props.login.partnerUserID);
this.setState({showCheckmarkIcon: true});

// Revert checkmark back to "Resend" after 5seconds
// Revert checkmark back to "Resend" after 5 seconds
if (!this.timeout) {
this.timeout = setTimeout(() => {
if (this.timeout) {
Expand Down

0 comments on commit 4ce0892

Please sign in to comment.