TF-2667 Use Username replace UserProfile
This commit is contained in:
@@ -71,7 +71,7 @@ class CredentialBindings extends InteractorsBindings {
|
||||
Get.find<IOSSharingManager>(),
|
||||
Get.find<CacheExceptionThrower>())
|
||||
);
|
||||
Get.put(AuthenticationDataSourceImpl());
|
||||
Get.put(AuthenticationDataSourceImpl(Get.find<RemoteExceptionThrower>()));
|
||||
Get.put(AuthenticationOIDCDataSourceImpl(
|
||||
Get.find<OIDCHttpClient>(),
|
||||
Get.find<AuthenticationClientBase>(),
|
||||
|
||||
@@ -3944,4 +3944,22 @@ class AppLocalizations {
|
||||
name: 'loadingPleaseWait',
|
||||
);
|
||||
}
|
||||
|
||||
String get status {
|
||||
return Intl.message(
|
||||
'Status',
|
||||
name: 'status');
|
||||
}
|
||||
|
||||
String get progress {
|
||||
return Intl.message(
|
||||
'Progress',
|
||||
name: 'progress');
|
||||
}
|
||||
|
||||
String get sendingMessage {
|
||||
return Intl.message(
|
||||
'Sending message',
|
||||
name: 'sendingMessage');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user