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 9ff2f67 commit 214f1aeCopy full SHA for 214f1ae
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