mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 00:01:03 +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
|
- Nuxt i18n
|
||||||
- BunJS
|
- BunJS
|
||||||
- Groq
|
- Groq
|
||||||
- Clerk
|
|
||||||
- Custom Infra
|
- Custom Infra
|
||||||
|
|
||||||
## Folder Structure
|
## Folder Structure
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
<template>
|
<template>
|
||||||
<SignIn/>
|
|
||||||
</template>
|
</template>
|
@ -134,17 +134,9 @@ const toggleLangMenu = () => {
|
|||||||
<span class="text-sm">{{ new Date().getFullYear() }} © yh</span>
|
<span class="text-sm">{{ new Date().getFullYear() }} © yh</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="">
|
<div class="">
|
||||||
<!--Clerk-->
|
|
||||||
<SignedOut>
|
|
||||||
<SignInButton>
|
|
||||||
<button @click="openWindow('login')" class="w-8 h-8 text-gray-400 flex flex-row">
|
<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" />
|
<UserIcon class="w-8 h-8 text-gray-400 hover:text-blue-500 transition-all duration-100" />
|
||||||
</button>
|
</button>
|
||||||
</SignInButton>
|
|
||||||
</SignedOut>
|
|
||||||
<SignedIn>
|
|
||||||
<UserButton />
|
|
||||||
</SignedIn>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user