Skip to content

Instantly share code, notes, and snippets.

@lizzymendivil
Created March 19, 2019 18:06
Show Gist options
  • Save lizzymendivil/9de8141e4b1fb2320e77dd0e81c2889d to your computer and use it in GitHub Desktop.
Save lizzymendivil/9de8141e4b1fb2320e77dd0e81c2889d to your computer and use it in GitHub Desktop.
togglePassword function
togglePassword() {
this.typePassword = !this.typePassword;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment