From 2a5113d74a9154cdd974afcbb712369453b6fb35 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 16 Feb 2025 19:44:55 +0100 Subject: 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. --- app.js | 1 - 1 file changed, 1 deletion(-) (limited to 'app.js') 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.") ]) ]; } -- cgit v1.2.3