update login
This commit is contained in:
@@ -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())
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user