Remove clerk.

This commit is contained in:
吳元皓 2025-05-11 18:24:18 +08:00
parent 82543fc2f7
commit 8adacc6c93
3 changed files with 1 additions and 11 deletions

View File

@ -32,7 +32,6 @@ App Design: [Freeform](https://www.icloud.com/freeform/026AxB798cViZ9jJ2DkNsXUCQ
- Nuxt i18n
- BunJS
- Groq
- Clerk
- Custom Infra
## Folder Structure

View File

@ -1,3 +1,2 @@
<template>
<SignIn/>
</template>

View File

@ -134,17 +134,9 @@ const toggleLangMenu = () => {
<span class="text-sm">{{ new Date().getFullYear() }} &copy yh</span>
</div>
<div class="">
<!--Clerk-->
<SignedOut>
<SignInButton>
<button @click="openWindow('login')" class="w-8 h-8 text-gray-400 flex flex-row">
<UserIcon class="w-8 h-8 text-gray-400 hover:text-blue-500 transition-all duration-100" />
</button>
</SignInButton>
</SignedOut>
<SignedIn>
<UserButton />
</SignedIn>
</div>
</div>
</template>