Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Sep 25, 2024
1 parent 80949f2 commit 36f2cd2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ const providers = computed(() =>
<template
#default="{ loggedIn, clear }"
>
<Register v-if="!loggedIn" />
<Login v-if="!loggedIn" />
<AuthRegister v-if="!loggedIn" />
<AuthLogin v-if="!loggedIn" />
<UButton
v-if="!loggedIn"
size="xs"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 36f2cd2

Please sign in to comment.