mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
refactor!: migrate class-validator to zod (#26597)
This commit is contained in:
+1
-1
@@ -25,7 +25,6 @@ class UserAdminCreateDto {
|
||||
this.storageLabel,
|
||||
});
|
||||
|
||||
/// Avatar color
|
||||
UserAvatarColor? avatarColor;
|
||||
|
||||
/// User email
|
||||
@@ -61,6 +60,7 @@ class UserAdminCreateDto {
|
||||
/// Storage quota in bytes
|
||||
///
|
||||
/// Minimum value: 0
|
||||
/// Maximum value: 9007199254740991
|
||||
int? quotaSizeInBytes;
|
||||
|
||||
/// Require password change on next login
|
||||
|
||||
Reference in New Issue
Block a user