nest-phylax
Version:
Security library for NestJS
10 lines • 380 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.handleAuthenticationError = void 0;
const common_1 = require("@nestjs/common");
function handleAuthenticationError(error) {
if (error instanceof common_1.UnauthorizedException) {
}
}
exports.handleAuthenticationError = handleAuthenticationError;
//# sourceMappingURL=util.js.map