user page remote follow form bug fix, add protocol field

thanks for reporting @tantek!
pull/538/head
Ryan Barrett 2023-06-08 20:44:31 -07:00
rodzic 3972b31cd1
commit 9ce676934d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -59,6 +59,7 @@
placeholder="@user@domain.social" alt="fediverse address"
value="{{ follow_url or '' }}"></input>
<input name="domain" type="hidden" value="{{ id }}"></input>
<input name="protocol" type="hidden" value="{{ g.user.LABEL }}"></input>
<button type="submit" class="btn btn-default">Follow</button>
</p>
</form>