Skip to content

Commit b23274c

Browse files
committed
run format
1 parent 62a917e commit b23274c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

projects/social_platform/src/app/auth/register/register.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@
8989
.icon {
9090
color: var(--dark-grey);
9191
cursor: pointer;
92-
}
92+
}

projects/social_platform/src/app/auth/register/register.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ export class RegisterComponent implements OnInit {
8484
errorMessage = ErrorMessage;
8585

8686
toggleShowPassword(type: "repeat" | "first") {
87-
if (type === 'repeat') {
88-
this.showPasswordRepeat = !this.showPasswordRepeat
87+
if (type === "repeat") {
88+
this.showPasswordRepeat = !this.showPasswordRepeat;
8989
} else {
9090
this.showPassword = !this.showPassword;
9191
}

0 commit comments

Comments
 (0)