Skip to content

Commit

Permalink
Fix: TS warnings in prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
avivash committed Nov 14, 2023
1 parent 3e9a3ef commit b853b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/auth/backup/AreYouSure.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<span
class="text-error underline block mt-4 text-sm text-red-600 cursor-pointer"
on:click={skipBackup}
on:keypress={skipBackup}
>
YOLO&mdash;I'll risk just one device for now
</span>
Expand Down
1 change: 1 addition & 0 deletions src/components/auth/link-device/LinkDevice.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
{#if pin}
<span
on:click={copyCode}
on:keypress={copyCode}
class="btn text-base-100 hover:text-base-100 bg-base-content hover:bg-base-content border-0 btn-lg rounded-full text-deviceCode tracking-[.18em] w-3/4 cursor-pointer font-mono font-light"
>
{pin}
Expand Down

0 comments on commit b853b86

Please sign in to comment.