removed sign up success alert

This commit is contained in:
noumantahir 2023-01-10 00:03:20 +05:00
parent c7134f7414
commit 362c213ae0

View File

@ -41,7 +41,6 @@ export const RegisterAccountModal = forwardRef(({ username, email, refUsername }
const _handleOnRegisterSuccess = () => {
navigation.navigate(ROUTES.DRAWER.MAIN);
Alert.alert('Success', 'Hurrah, you did it! Expect email from us with further instructions.');
};
const _handleOnPressRegister = () => {