Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion platforms/pictique/src/routes/(auth)/auth/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@
{#if isMobileDevice()}
Login with your <a href={getAppStoreLink()}><b><u>eID Wallet</u></b></a>
{:else}
Scan the QR code using your <b><u class="text-sm">eID App</u></b> to login
Scan the QR code using your <a href={getAppStoreLink()} target="_blank"
><b><u class="text-sm">eID App</u></b></a
> to login
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
{/if}
</h2>
{#if errorMessage}
Expand Down