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 69fe648 commit 74f54e9Copy full SHA for 74f54e9
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