Created
March 19, 2019 18:06
-
-
Save lizzymendivil/9de8141e4b1fb2320e77dd0e81c2889d to your computer and use it in GitHub Desktop.
togglePassword function
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
togglePassword() { | |
this.typePassword = !this.typePassword; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment