We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c69d1f commit 25dbb1dCopy full SHA for 25dbb1d
www/templates/wallet/view_wallet.html
@@ -86,6 +86,7 @@ <h4 class="content light" ng-if="loading">
86
87
<div class="visible-xs visible-sm padding text-center" ng-if="!loading">
88
<button class="button button-assertive button-small-padding ink"
89
+ ng-if="isDefaultWallet"
90
ng-click="logout({askConfirm: true})">
91
<i class="icon ion-log-out"></i>
92
{{'COMMON.BTN_LOGOUT' | translate}}
0 commit comments