mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 04:51:46 -04:00
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:
commit
55afc26c98
3 changed files with 5 additions and 5 deletions
|
|
@ -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
Loading…
Reference in a new issue