Skip to content

Commit

Permalink
Fixed merge damage
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson committed Sep 27, 2024
1 parent ba66e35 commit 48b2881
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ export class EditComponent implements OnInit {
]],
stratumUser: [info.stratumUser, [Validators.required]],
stratumPassword: ['*****', [Validators.required]],
stratumPassword: ['password', [Validators.required]],
fallbackStratumUser: [info.fallbackStratumUser, [Validators.required]],
fallbackStratumPassword: ['password', [Validators.required]],
hostname: [info.hostname, [Validators.required]],
Expand Down

0 comments on commit 48b2881

Please sign in to comment.