Add "button" class to the QR code link

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
Jérôme Herbinet 2023-06-26 14:48:42 +02:00 committed by GitHub
parent 9751303182
commit a07321f093
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>