| import { Injectable } from "@nestjs/common"; | |
| import { AuthGuard } from "@nestjs/passport"; | |
| () | |
| export class LocalGuard extends AuthGuard("local") {} | |
| import { Injectable } from "@nestjs/common"; | |
| import { AuthGuard } from "@nestjs/passport"; | |
| () | |
| export class LocalGuard extends AuthGuard("local") {} | |