Tweak styles on key verification view
// FREEBIE
This commit is contained in:
parent
b57f26bac4
commit
d24eaa655a
4 changed files with 21 additions and 6 deletions
|
@ -31,7 +31,8 @@
|
|||
theirIdentity: i18n('theirIdentity'),
|
||||
their_key_unknown: i18n('theirIdentityUnknown'),
|
||||
your_key: this.splitKey(this.model.your_key),
|
||||
their_key: this.splitKey(this.model.their_key)
|
||||
their_key: this.splitKey(this.model.their_key),
|
||||
has_their_key: this.model.their_key !== undefined
|
||||
};
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue