fix: 更新 @kevisual/kv-login 依赖版本至 0.1.17,调整 AuthProvider 登录状态

This commit is contained in:
2026-03-06 00:47:14 +08:00
parent eebdaec389
commit 6c914c3186
3 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ function RootComponent() {
<QueryClientProvider client={stackQueryClient}>
<div className='h-full overflow-hidden'>
<LayoutMain />
<AuthProvider mustLogin={true}>
<AuthProvider mustLogin={false}>
<TooltipProvider>
<main className={clsx('overflow-auto scrollbar', {
'h-[calc(100%-3rem)]': store.showBaseHeader,