mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-15 01:14:27 -05:00
fix: share password validation
This commit is contained in:
parent
7a3967fd6f
commit
c795b988df
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
import { IsString } from "class-validator";
|
||||
|
||||
export class SharePasswordDto {
|
||||
@IsString()
|
||||
password: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue