We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a917e commit b23274cCopy full SHA for b23274c
2 files changed
projects/social_platform/src/app/auth/register/register.component.scss
@@ -89,4 +89,4 @@
89
.icon {
90
color: var(--dark-grey);
91
cursor: pointer;
92
-}
+}
projects/social_platform/src/app/auth/register/register.component.ts
@@ -84,8 +84,8 @@ export class RegisterComponent implements OnInit {
84
errorMessage = ErrorMessage;
85
86
toggleShowPassword(type: "repeat" | "first") {
87
- if (type === 'repeat') {
88
- this.showPasswordRepeat = !this.showPasswordRepeat
+ if (type === "repeat") {
+ this.showPasswordRepeat = !this.showPasswordRepeat;
} else {
this.showPassword = !this.showPassword;
}
0 commit comments