diff --git a/src/Components/Request/IdentifySigner.vue b/src/Components/Request/IdentifySigner.vue index fc392ee4b9..d3a503d50c 100644 --- a/src/Components/Request/IdentifySigner.vue +++ b/src/Components/Request/IdentifySigner.vue @@ -11,8 +11,9 @@ @update:account="updateAccount" @update:email="updateEmail" @update:display-name="updateDisplayName" /> - - {{ t('libresign', 'Signer name') }} + {{ t('libresign', 'Cancel') }} - + {{ saveButtonText }} @@ -105,6 +108,9 @@ export default { return {} } }, + signerSelected() { + return this.methods.account.value || this.methods.email.value + }, isNewSigner() { return this.id === null || this.id === undefined },