Skip to content

Commit

Permalink
Bluesky app password login: pre-populate handle if provided
Browse files Browse the repository at this point in the history
eg from clicking Get token button on a user page

for #1864
  • Loading branch information
snarfed committed Jan 4, 2025
1 parent 78b8376 commit 6fbb3ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/social_user.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@
{% if source.SHORT_NAME == 'mastodon' %}
<input name="instance" type="hidden" value="{{ source.instance() }}" />
{% endif %}
{% if source.SHORT_NAME == 'bluesky' %}
<input name="username" type="hidden" value="{{ source.username }}" />
{% endif %}
<button id="micropub-token-button" type="submit" class="btn btn-default"
title="Shows your Micropub access token"
>Get token</button>
Expand Down

0 comments on commit 6fbb3ae

Please sign in to comment.