We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e87e0f commit 64135c3Copy full SHA for 64135c3
feature/src/main/java/team/aliens/dms/android/feature/signin/SignInViewModel.kt
@@ -83,7 +83,7 @@ internal class SignInViewModel @Inject constructor(
83
authRepository.signIn(
84
accountId = uiState.accountId.trim(),
85
password = uiState.password.trim(),
86
- deviceToken = "",
+ deviceToken = deviceToken,
87
)
88
}.onSuccess {
89
postSideEffect(SignInSideEffect.Success)
0 commit comments