mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
add DG padding bytes to passport metadata
This commit is contained in:
@@ -52,6 +52,12 @@ const UserInfo: React.FC = () => {
|
||||
/>
|
||||
<Separator borderColor={separatorColor} />
|
||||
|
||||
<InfoRow
|
||||
label="DG Padding Bytes"
|
||||
value={passportMetaData?.dgPaddingBytes || 'None'}
|
||||
/>
|
||||
<Separator borderColor={separatorColor} />
|
||||
|
||||
<InfoRow
|
||||
label="eContent Size"
|
||||
value={passportMetaData?.eContentSize || 'None'}
|
||||
|
||||
Reference in New Issue
Block a user