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.
2 parents 5834b0a + f30ee0e commit 10cef9aCopy full SHA for 10cef9a
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