mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 19:21:33 +10:00
refactor(v4.0.0-alpha): beginning of a new era
This commit is contained in:
5
apps/server/src/auth/guards/two-factor.guard.ts
Normal file
5
apps/server/src/auth/guards/two-factor.guard.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { Injectable } from "@nestjs/common";
|
||||
import { AuthGuard } from "@nestjs/passport";
|
||||
|
||||
@Injectable()
|
||||
export class TwoFactorGuard extends AuthGuard("two-factor") {}
|
||||
Reference in New Issue
Block a user