mirror of
https://github.com/immich-app/immich.git
synced 2026-03-07 10:37:22 +03:00
Version v1.72.0
This commit is contained in:
@@ -23,8 +23,8 @@ class LoginCredentialDto {
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => identical(this, other) || other is LoginCredentialDto &&
|
||||
other.email == email &&
|
||||
other.password == password;
|
||||
other.email == email &&
|
||||
other.password == password;
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
|
||||
Reference in New Issue
Block a user