summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authordzwdz2025-02-16 19:44:55 +0100
committerdzwdz2025-02-16 19:44:55 +0100
commit2a5113d74a9154cdd974afcbb712369453b6fb35 (patch)
tree2d3b770cc2ade126b62d5a0e41e77b25772186c9 /app.js
parent518f897ed04458183a0ad81612070928329b3e14 (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.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app.js b/app.js
index 636d07e..1e87f40 100644
--- a/app.js
+++ b/app.js
@@ -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.")
])
];
}