mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2025-12-17 05:09:26 +00:00
fix logout
This commit is contained in:
@@ -17,7 +17,7 @@ export class LogoutHandler implements ICommandHandler<LogoutCommand> {
|
|||||||
async execute(command: LogoutCommand) {
|
async execute(command: LogoutCommand) {
|
||||||
const token = command.accessToken
|
const token = command.accessToken
|
||||||
|
|
||||||
const secretKey = process.env.JWT_SECRET_KEY
|
const secretKey = process.env.ACCESS_JWT_SECRET_KEY
|
||||||
|
|
||||||
if (!secretKey) throw new Error('JWT_SECRET_KEY is not defined')
|
if (!secretKey) throw new Error('JWT_SECRET_KEY is not defined')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user