]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add "button" class to the QR code link
authorJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Mon, 26 Jun 2023 12:48:42 +0000 (14:48 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Jun 2023 12:48:42 +0000 (14:48 +0200)
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
apps/settings/src/components/AuthTokenSetupDialogue.vue

index 638362905353eeb505aa3c84d1d51e71ba95ef78..23a3a1f1d0919c7db73519d3fa3eea64f4d588d0 100644 (file)
                </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>