Merge pull request #8765 from annando/fix-pubkey

Fix providing the public key
This commit is contained in:
Hypolite Petovan 2020-06-12 16:42:16 -04:00 committed by GitHub
commit 18745b1723
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@
</dl>
{{/if}}
{{if $profile.pubkey}}<div class="key u-key" style="display:none;">{{$profile.pubkey}}</div>{{/if}}
{{if $profile.upubkey}}<div class="key u-key" style="display:none;">{{$profile.upubkey}}</div>{{/if}}
{{if $contacts}}<div class="contacts" style="display:none;">{{$contacts}}</div>{{/if}}