Fix parseJWT import
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
import {
|
import { AuthenticationError, ForbiddenError } from '@redwoodjs/graphql-server'
|
||||||
AuthenticationError,
|
import { parseJWT } from '@redwoodjs/api'
|
||||||
ForbiddenError,
|
|
||||||
parseJWT,
|
|
||||||
} from '@redwoodjs/graphql-server'
|
|
||||||
import { logger } from 'src/lib/logger'
|
import { logger } from 'src/lib/logger'
|
||||||
/**
|
/**
|
||||||
* getCurrentUser returns the user information together with
|
* getCurrentUser returns the user information together with
|
||||||
|
|||||||
Reference in New Issue
Block a user