// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`qRLogin.vue > refreshes QR code 1`] = `<article> Instead of using a password, you can scan the QR code below to log in to <a href="https://koel.dev/#mobile" target="_blank">Koel Player</a> on your mobile device.<br> The QR code will refresh every 10 minutes. <a role="button">Refresh now</a><img src="data:image/png;base64,my-qr-code" alt="QR Code" class="mt-4 rounded-4" height="192" width="192"></article>`;

exports[`qRLogin.vue > renders 1`] = `
<article> Instead of using a password, you can scan the QR code below to log in to <a href="https://koel.dev/#mobile" target="_blank">Koel Player</a> on your mobile device.<br> The QR code will refresh every 10 minutes. <a role="button">Refresh now</a>
  <!--v-if-->
</article>
`;
