summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/templates/o_auth/o_auth/show.html.eex
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2022-01-22 18:38:03 +0000
committerAlex Gleason <alex@alexgleason.me>2022-01-22 18:38:03 +0000
commit263b42a73d4834da0a8d80546ce2412861150e63 (patch)
treeca94af31ddffcc99821c99bc426248dc9b5b1aff /lib/pleroma/web/templates/o_auth/o_auth/show.html.eex
parent78c6aeee1b01a6b379de821d05d9f1e6a48b52f4 (diff)
parent832828961921866a5f0ef9d13b421748f3262f7f (diff)
Merge branch 'apple_autofill_suggestions' into 'develop'
Add autocompelete values suggested by Apple See merge request pleroma/pleroma!3612
Diffstat (limited to 'lib/pleroma/web/templates/o_auth/o_auth/show.html.eex')
-rw-r--r--lib/pleroma/web/templates/o_auth/o_auth/show.html.eex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/templates/o_auth/o_auth/show.html.eex b/lib/pleroma/web/templates/o_auth/o_auth/show.html.eex
index 181a9519a..d63da6c1d 100644
--- a/lib/pleroma/web/templates/o_auth/o_auth/show.html.eex
+++ b/lib/pleroma/web/templates/o_auth/o_auth/show.html.eex
@@ -35,7 +35,7 @@
<p>Choose carefully! You won't be able to change this later. You will be able to change your display name, though.</p>
<div class="input">
<%= label f, :nickname, "Pleroma Handle" %>
- <%= text_input f, :nickname, placeholder: "lain" %>
+ <%= text_input f, :nickname, placeholder: "lain", autocomplete: "username" %>
</div>
<%= hidden_input f, :name, value: @params["name"] %>
<%= hidden_input f, :password, value: @params["password"] %>