aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.html b/index.html
index cc35735..30b1792 100644
--- a/index.html
+++ b/index.html
@@ -198,6 +198,11 @@
out how to get your X-Plex-token here.</a>
</small>
</div>
+ <div class="form-group form-check">
+ <input type="checkbox" class="form-check-input" id="rememberDetails">
+ <label class="form-check-label" for="rememberDetails">Remember my details | </label>
+ <small><a href="javascript:void(0)" onclick="forgetDetails()">Forget my details</a><i id="confirmForget" class="fas fa-check" style="color: #28a745; font-size: 1.5em"></i></small>
+ </div>
<button id="btnConnectToPlex" class="btn btn-secondary" onclick="connectToPlex()"
disabled>Connect to Plex</button>
</div>