Update Profile ID to not have username

codemagic-setup
Hank Grabowski 2023-04-28 08:42:11 -04:00
rodzic b91c114518
commit d25351fe10
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -10,8 +10,7 @@ class Profile {
String get handle => '$username@$serverName';
String get id =>
'${credentials.runtimeType.toString()}-$userId-$username-$serverName';
String get id => '${credentials.runtimeType.toString()}-$userId-$serverName';
Profile({
required this.credentials,