TF-644 Add accessToken in download interactor attachments for web
This commit is contained in:
@@ -98,7 +98,8 @@ class EmailBindings extends BaseBindings {
|
||||
Get.lazyPut(() => DownloadAttachmentForWebInteractor(
|
||||
Get.find<EmailRepository>(),
|
||||
Get.find<CredentialRepository>(),
|
||||
));
|
||||
Get.find<AccountRepository>(),
|
||||
Get.find<AuthenticationOIDCRepository>()));
|
||||
Get.lazyPut(() => RefreshTokenOIDCInteractor(
|
||||
Get.find<AuthenticationOIDCRepository>(),
|
||||
Get.find<AccountRepository>(),
|
||||
|
||||
Reference in New Issue
Block a user