TF-2177 Remove import unnecessary avoid build failed on CI
(cherry picked from commit adb179289d48b026bef886a7247446d135a681e0)
This commit is contained in:
@@ -19,7 +19,7 @@ class GetCredentialInteractor {
|
||||
try {
|
||||
final baseUrl = await credentialRepository.getBaseUrl();
|
||||
final authenticationInfo = await credentialRepository.getAuthenticationInfoStored();
|
||||
if (isCredentialValid(baseUrl) && authenticationInfo != null) {
|
||||
if (isCredentialValid(baseUrl)) {
|
||||
return Right(GetCredentialViewState(
|
||||
baseUrl,
|
||||
UserName(authenticationInfo.username),
|
||||
|
||||
Reference in New Issue
Block a user