mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 15:51:01 +08:00
Remove clerk.
This commit is contained in:
parent
82543fc2f7
commit
8adacc6c93
@ -32,7 +32,6 @@ App Design: [Freeform](https://www.icloud.com/freeform/026AxB798cViZ9jJ2DkNsXUCQ
|
||||
- Nuxt i18n
|
||||
- BunJS
|
||||
- Groq
|
||||
- Clerk
|
||||
- Custom Infra
|
||||
|
||||
## Folder Structure
|
||||
|
@ -1,3 +1,2 @@
|
||||
<template>
|
||||
<SignIn/>
|
||||
</template>
|
@ -134,17 +134,9 @@ const toggleLangMenu = () => {
|
||||
<span class="text-sm">{{ new Date().getFullYear() }} © 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>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user