Skip to content

Commit

Permalink
Merge branch 'unpair-single-client' of https://github.com/xanderfrang…
Browse files Browse the repository at this point in the history
…os/Sunshine into unpair-single-client
  • Loading branch information
xanderfrangos committed May 26, 2024
2 parents b7e8bc7 + 1633f75 commit a32db38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/nvhttp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1199,6 +1199,7 @@ namespace nvhttp {
erase_all_clients() {
client_t client;
client_root = client;
cert_chain.clear();
save_state();
}

Expand Down
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/pin.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h1 class="my-4 text-center">{{ $t('pin.pin_pairing') }}</h1>
<form action="" class="form d-flex flex-column align-items-center" id="form">
<div class="card flex-column d-flex p-4 mb-4">
<input type="text" pattern="\d*" :placeholder="`${$t('navbar.pin')}`" id="pin-input" class="form-control mt-2" required />
<input type="text" pattern="\d*" :placeholder="`${$t('navbar.pin')}`" autofocus id="pin-input" class="form-control mt-2" required />
<input type="text" :placeholder="`${$t('pin.device_name')}`" id="name-input" class="form-control my-4" required />
<button class="btn btn-primary">{{ $t('pin.send') }}</button>
</div>
Expand Down

0 comments on commit a32db38

Please sign in to comment.