Skip to content

Commit 9871dd5

Browse files
authored
Merge pull request #276 from DarKylX/remove-email-label-star
2 parents 3132345 + 6b45d5c commit 9871dd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/social_platform/src/app/ui/pages/auth/login/login.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
@if (loginForm.get("email"); as email) {
1717
<fieldset class="auth__field">
18-
<label for="email" class="field-label">почта*</label>
18+
<label for="email" class="field-label">почта</label>
1919
<app-input
2020
size="big"
2121
[error]="email | controlError"

0 commit comments

Comments
 (0)