mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 17:23:21 +03:00
Version v1.72.0
This commit is contained in:
@@ -32,11 +32,11 @@ class AdminSignupResponseDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is AdminSignupResponseDto &&
|
||||
other.createdAt == createdAt &&
|
||||
other.email == email &&
|
||||
other.firstName == firstName &&
|
||||
other.id == id &&
|
||||
other.lastName == lastName;
|
||||
other.createdAt == createdAt &&
|
||||
other.email == email &&
|
||||
other.firstName == firstName &&
|
||||
other.id == id &&
|
||||
other.lastName == lastName;
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
||||
Reference in New Issue
Block a user