update login

This commit is contained in:
2025-12-19 09:02:49 -03:00
parent 3d8961f1f5
commit 3be296f1ac
6 changed files with 13 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ export const authMiddleware = async (
let user = session.get('user')
if (!user) {
console.log('There is no user logged in')
console.log(`[${requestId}] There is no user logged in`)
session.set('returnTo', new URL(request.url).toString())

View File

@@ -73,7 +73,8 @@ export function SearchFilter<T>({
<Command
shouldFilter={false}
className={cn(
!searched && '**:data-[slot=command-input-wrapper]:border-b-0'
!searched && '**:data-[slot=command-input-wrapper]:border-b-0',
data.length > 0 && 'rounded-b-none'
)}
>
<CommandInput