mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
fix: make public key section optional
This commit is contained in:
parent
d74aa0854a
commit
e2ed828f9d
1 changed files with 22 additions and 21 deletions
|
@ -139,6 +139,7 @@ block content
|
|||
|
||||
section
|
||||
h2 Profile information
|
||||
if (data && data.publicKey)
|
||||
h3 Public key
|
||||
kx-key.kx-item(data-keydata=data.publicKey)
|
||||
details(aria-label="Key")
|
||||
|
|
Loading…
Reference in a new issue