Merge pull request #39015 from nextcloud/Jerome-Herbinet-qr-code-generation-button

Add "button" class to the QR code link
This commit is contained in:
Simon L 2023-06-26 20:38:02 +02:00 committed by GitHub
commit 55afc26c98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -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>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long