Skip to content

Commit

Permalink
Merge pull request #79 from pbrunier/feature/50
Browse files Browse the repository at this point in the history
#50 Added info for user to open Dyson app on phone before authentication
  • Loading branch information
pbrunier authored Jan 2, 2024
2 parents 4491f15 + 3a58f5d commit a9b31ce
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/dyson-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@
<div class="form-row">
<button id="authenticate">authenticate to get otp</button>
</div>

<div class="form-tips">
<i class="fa fa-exclamation"></i>
<b>IMPORTANT:</b> Open the Dyson App on your phone <b>before</b> authenticating.
</div>

<div class="form-row">
<label for="node-config-input-otp" style="width:160px !important">
<i class="fa fa-key"></i>
Expand All @@ -89,7 +95,6 @@
<button id="verify">verify</button>
</div>


<div class="form-tips">
<i class="fa fa-exclamation"></i>
<b>IMPORTANT:</b> Deploy the node, <b>before</b> searching for devices.
Expand Down

0 comments on commit a9b31ce

Please sign in to comment.