diff options
author | dzwdz | 2025-02-16 19:44:55 +0100 |
---|---|---|
committer | dzwdz | 2025-02-16 19:44:55 +0100 |
commit | 2a5113d74a9154cdd974afcbb712369453b6fb35 (patch) | |
tree | 2d3b770cc2ade126b62d5a0e41e77b25772186c9 /app.js | |
parent | 518f897ed04458183a0ad81612070928329b3e14 (diff) |
remove the oauth warning message
I'm 99% sure what I'm doing is fine.
I was concerned about the authorization code from the redirect leaking to the
server, but the server lacks the client_secret anyways, so it can't do shit
with it.
Diffstat (limited to 'app.js')
-rw-r--r-- | app.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -276,7 +276,6 @@ let Login = { m("label.form-label", "Your instance"), m("input#instance.w-100.mb-05em[autofocus]", {placeholder: "mastodon.example"}), m("button[type=submit]", "Login"), - m("p", "note that i'm not 100% sure if i'm doing oauth correctly. your token might leak. sorry.") ]) ]; } |