Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2273, GH-2285, GH-2286: Optimizations to onboarding login & logout UX #689

Merged
merged 8 commits into from Mar 16, 2021

Fix sign out toast not showing in some cases

  • Loading branch information
leuryr committed Mar 16, 2021
commit 362ce9b45e8f691c5636159bcab33c5e2459fd82
@@ -96,11 +96,11 @@ const Step1_CreateAccountView = (props) => {

const handleLogout = () => {
logout().then(() => {
setView(SIGN_IN);
setToast({
toastMessage: '',
toastClass: 'logout'
});
setView(SIGN_IN);
});
};

ProTip! Use n and p to navigate between commits in a pull request.