Spaces:
Runtime error
Runtime error
| import { ApiProperty } from '@nestjs/swagger'; | |
| import { IsString, IsNotEmpty } from 'class-validator'; | |
| export class Disable2FAMethodDto { | |
| ({ | |
| example: 'EMAIL', | |
| description: '2FA method to disable', | |
| enum: ['EMAIL', 'AUTHENTICATOR', 'PASSKEY', 'PUSH_APPROVAL'], | |
| }) | |
| () | |
| () | |
| method: string; | |
| } | |