diff options
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.") ]) ]; } |