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 8675518 + 74f54e9 commit f30ee0eCopy full SHA for f30ee0e
β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