mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-11 10:27:01 +02:00
fix: share password validation
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { IsString } from "class-validator";
|
||||
|
||||
export class SharePasswordDto {
|
||||
@IsString()
|
||||
password: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user