Remove unused constant from AuthRepositoryImpl (#113)

This commit is contained in:
Andrew Haisting 2023-10-13 10:53:32 -05:00 committed by Álison Fernandes
parent e1f817e697
commit e4cf512032

View file

@ -22,8 +22,6 @@ import kotlinx.coroutines.flow.asStateFlow
import javax.inject.Inject import javax.inject.Inject
import javax.inject.Singleton import javax.inject.Singleton
private const val REMEMBERED_EMAIL_ADDRESS_KEY = "bwPreferencesStorage:rememberedEmail"
/** /**
* Default implementation of [AuthRepository]. * Default implementation of [AuthRepository].
*/ */