Skip to content

Commit 10cef9a

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 5834b0a + f30ee0e commit 10cef9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/src/main/java/team/aliens/dms/android/feature/signin/SignInViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ internal class SignInViewModel @Inject constructor(
8383
authRepository.signIn(
8484
accountId = uiState.accountId.trim(),
8585
password = uiState.password.trim(),
86-
deviceToken = deviceToken,
86+
deviceToken = "",
8787
)
8888
}.onSuccess {
8989
postSideEffect(SignInSideEffect.Success)

0 commit comments

Comments
 (0)