diff --git a/src/pages/settings/Profile/Contacts/NewContactMethodPage.js b/src/pages/settings/Profile/Contacts/NewContactMethodPage.js index a056872884e0..c99d12e67115 100644 --- a/src/pages/settings/Profile/Contacts/NewContactMethodPage.js +++ b/src/pages/settings/Profile/Contacts/NewContactMethodPage.js @@ -23,6 +23,7 @@ import ROUTES from '../../../../ROUTES'; import styles from '../../../../styles/styles'; import * as User from '../../../../libs/actions/User'; import * as LoginUtils from '../../../../libs/LoginUtils'; +import * as OptionsListUtils from '../../../../libs/OptionsListUtils'; import CONST from '../../../../CONST'; const propTypes = { @@ -87,7 +88,7 @@ function NewContactMethodPage(props) { return; } - User.addNewContactMethodAndNavigate(userLogin, password); + User.addNewContactMethodAndNavigate(OptionsListUtils.addSMSDomainIfPhoneNumber(userLogin), password); }, [login, props.loginList, password]); return (