TF-2177 Fix download attachment not working on web
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit 09cbfe5245c206670aa2191c151fd8f2ea48df3a)
This commit is contained in:
@@ -51,4 +51,6 @@ class CanNotFoundUserName implements Exception {}
|
||||
|
||||
class CanNotFoundPassword implements Exception {}
|
||||
|
||||
class CanNotAuthenticationInfoOnWeb implements Exception {}
|
||||
class CanNotAuthenticationInfoOnWeb implements Exception {}
|
||||
|
||||
class NotFoundAuthenticationInfoCache implements Exception {}
|
||||
@@ -6,5 +6,5 @@ abstract class AccountRepository {
|
||||
|
||||
Future<void> setCurrentAccount(PersonalAccount newCurrentAccount);
|
||||
|
||||
Future<void> deleteCurrentAccount(String accountId);
|
||||
Future<void> deleteCurrentAccount(String hashId);
|
||||
}
|
||||
@@ -9,7 +9,7 @@ abstract class CredentialRepository {
|
||||
|
||||
Future<void> storeAuthenticationInfo(AuthenticationInfoCache authenticationInfoCache);
|
||||
|
||||
Future<AuthenticationInfoCache?> getAuthenticationInfoStored();
|
||||
Future<AuthenticationInfoCache> getAuthenticationInfoStored();
|
||||
|
||||
Future<void> removeAuthenticationInfo();
|
||||
}
|
||||
Reference in New Issue
Block a user