From 4b35fc5169ce31a3550a58f8bdd793c09a346ea9 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Wed, 17 Aug 2022 20:23:17 -0400 Subject: [PATCH] fix(app/web): add disclaimer about using localstorage --- source/app/web/statics/oauth/index.html | 30 +++++++++++++++++-------- source/app/web/statics/oauth/script.js | 15 +++++++++++++ source/app/web/statics/style.css | 4 ++-- 3 files changed, 38 insertions(+), 11 deletions(-) diff --git a/source/app/web/statics/oauth/index.html b/source/app/web/statics/oauth/index.html index 56fec630..6dfbba01 100644 --- a/source/app/web/statics/oauth/index.html +++ b/source/app/web/statics/oauth/index.html @@ -42,6 +42,8 @@
Signing in with your GitHub account lets you use this web instance with your own API requests quota.
+
+ A session identifier will be stored in your browser's localStorage and will be used by the server to load custom GitHub Octokit instances that are linked to your account.