mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Fix/ pass not save in reauth after login
This commit is contained in:
parent
4ce2478e44
commit
6643923981
1 changed files with 1 additions and 0 deletions
|
@ -568,6 +568,7 @@ class LoginViewModel @AssistedInject constructor(
|
|||
action.initialDeviceName,
|
||||
object : MatrixCallback<Session> {
|
||||
override fun onSuccess(data: Session) {
|
||||
reAuthHelper.data = action.password
|
||||
onSessionCreated(data)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue