исправление входа
This commit is contained in:
parent
ff58cccfc5
commit
5e33722852
@ -35,6 +35,7 @@ class UserProfileViewModel(
|
||||
if (overlap == null || userUiState.details.password != overlap.password) {
|
||||
errorId = R.string.err_04
|
||||
} else {
|
||||
dataStoreManager.setLogin("")
|
||||
dataStoreManager.setLogin(userUiState.details.login)
|
||||
Log.d("UserProfileViewModel", "sign in success")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user