Skip to content

Instantly share code, notes, and snippets.

@moonformeli
Created February 10, 2021 17:04
Show Gist options
  • Save moonformeli/e22190214eff8d4d8cf4bec566921639 to your computer and use it in GitHub Desktop.
Save moonformeli/e22190214eff8d4d8cf4bec566921639 to your computer and use it in GitHub Desktop.
goto(“/”);
login()
.then(() => {
changeUIComponents();
return updateProfile();
})
.then(() => {
reloadPage();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment