Skip to content

Commit

Permalink
Allow the password... password
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson committed Sep 24, 2024
1 parent 072d3c8 commit c117901
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,6 @@ export class EditComponent implements OnInit {

const form = this.form.getRawValue();

if (form.wifiPass === 'password') {
delete form.wifiPass;
}
if (form.stratumPassword === 'password') {
delete form.stratumPassword;
}

form.overheat_mode = form.overheat_mode ? 1 : 0;

this.systemService.updateSystem(this.uri, form)
Expand Down

0 comments on commit c117901

Please sign in to comment.