summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.")
])
];
}