fix 1
This commit is contained in:
parent
744020fc5f
commit
f70da3ff9a
@ -666,6 +666,7 @@ export class AuthService {
|
|||||||
});
|
});
|
||||||
return { statusCode: 200, message: 'Logged-Out successfully' };
|
return { statusCode: 200, message: 'Logged-Out successfully' };
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
console.log(error.message);
|
||||||
throw new InternalServerErrorException('Logout failed');
|
throw new InternalServerErrorException('Logout failed');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user