swipeable tabs using mantine carousel

This commit is contained in:
yohlo
2025-08-24 10:41:31 -05:00
parent fb1e4c3ee7
commit 1015f63f7e
6 changed files with 153 additions and 5 deletions

View File

@@ -47,7 +47,6 @@ export const superTokensRequestMiddleware = createMiddleware({ type: 'request' }
if (!session.context.userAuthId) {
logger.error('Unauthenticated user in API call.', session.context)
throw new Error('Unauthenticated')
}
const context = {
@@ -66,7 +65,6 @@ export const superTokensFunctionMiddleware = createMiddleware({ type: 'function'
if (!session.context.userAuthId) {
logger.error('Unauthenticated user in server function.', session.context)
throw new Error('Unauthenticated')
}
const context = {