mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-20 13:50:46 +02:00
restart portfolio
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
class SilentAuthMiddleware {
|
||||
async handle({ auth }, next) {
|
||||
await auth.check();
|
||||
await next();
|
||||
}
|
||||
}
|
||||
exports.default = SilentAuthMiddleware;
|
||||
//# sourceMappingURL=SilentAuth.js.map
|
||||
Reference in New Issue
Block a user