2fa polishing

This commit is contained in:
Peter Papp
2021-07-16 11:00:46 +02:00
parent 838a412823
commit d90af84311
9 changed files with 344 additions and 304 deletions
@@ -152,11 +152,11 @@
return this.$t('popup_share_edit.go_back')
},
destroyButtonStyle() {
if(! this.sendToRecipientsMenu)
return this.isConfirmedDestroy ? 'danger-solid' : 'secondary'
if(! this.sendToRecipientsMenu)
return this.isConfirmedDestroy ? 'danger-solid' : 'secondary'
if(this.sendToRecipientsMenu)
return 'secondary'
if(this.sendToRecipientsMenu)
return 'secondary'
},
secondButtonText(){
if(! this.sendToRecipientsMenu)