Remove unused constant from AuthRepositoryImpl (#113)

This commit is contained in:
Andrew Haisting
2023-10-13 10:53:32 -05:00
committed by GitHub
parent c187ee3bf3
commit 8e2dc9796f

View File

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