diff --git a/app/screens/registration-screen/registration-screen.tsx b/app/screens/registration-screen/registration-screen.tsx index 371d707f..5932d660 100644 --- a/app/screens/registration-screen/registration-screen.tsx +++ b/app/screens/registration-screen/registration-screen.tsx @@ -117,10 +117,6 @@ export class RegistrationScreen extends React.Component { + if ((payload.lastState as any).routeName === "Register") { + // Sign out Authcore if users cancel Liker ID registration + this.props.userStore.authCore.signOut() + } + }) this.reveal() } @@ -77,6 +86,12 @@ export class SignInScreen extends React.Component