swipeable tabs using mantine carousel
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user