mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-05 21:06:21 +03:00
removed sign up success alert
This commit is contained in:
parent
c7134f7414
commit
362c213ae0
@ -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 = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user