Skip to content

Commit

Permalink
Merge pull request #39015 from nextcloud/Jerome-Herbinet-qr-code-gene…
Browse files Browse the repository at this point in the history
…ration-button

Add "button" class to the QR code link
  • Loading branch information
szaimen authored Jun 26, 2023
2 parents 2d81c04 + e66271a commit 55afc26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/settings/src/components/AuthTokenSetupDialogue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
</div>
<div class="app-password-row">
<span class="app-password-label" />
<a v-if="!showQR"
<NcButton v-if="!showQR"
@click="showQR = true">
{{ t('settings', 'Show QR code for mobile apps') }}
</a>
</NcButton>
<QR v-else
:value="qrUrl" />
</div>
Expand Down
4 changes: 2 additions & 2 deletions dist/settings-vue-settings-personal-security.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-vue-settings-personal-security.js.map

Large diffs are not rendered by default.

0 comments on commit 55afc26

Please sign in to comment.