mirror of
https://github.com/bitwarden/android.git
synced 2024-12-18 07:11:51 +03:00
Remove unused constant from AuthRepositoryImpl (#113)
This commit is contained in:
parent
e1f817e697
commit
e4cf512032
1 changed files with 0 additions and 2 deletions
|
@ -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].
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue