mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
remove value add for did on settings
This commit is contained in:
parent
8aa48f1ac2
commit
9f24cce038
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<form method="POST" action="/settings/<%= @site.username %>/bluesky_set_did">
|
<form method="POST" action="/settings/<%= @site.username %>/bluesky_set_did">
|
||||||
<%== csrf_token_input_html %>
|
<%== csrf_token_input_html %>
|
||||||
<input name="did" type="text" style="width: 50%" placeholder="did:plc:somethingexamplesomething" value="<%= params[:did] %>">
|
<input name="did" type="text" style="width: 50%" placeholder="did:plc:somethingexamplesomething">
|
||||||
<br>
|
<br>
|
||||||
<input class="btn-Action" type="submit" value="Update DID">
|
<input class="btn-Action" type="submit" value="Update DID">
|
||||||
</form>
|
</form>
|
Loading…
Add table
Reference in a new issue