Skip to content

Commit 4da86fe

Browse files
committed
update lazy login message.
1 parent 9588cb0 commit 4da86fe

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mobile/src/main/java/com/windscribe/mobile/ui/preferences/account/AccountViewModel.kt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,7 @@ class AccountViewModelImpl(
178178
}
179179
}
180180

181-
private val successMessage =
182-
"""
183-
Sweet, you should be
184-
all good to go now.
185-
"""
181+
private val successMessage = "Sweet, you should be all good to go now."
186182

187183
override fun onEnterLazyLoginCode(code: String) {
188184
viewModelScope.launch(Dispatchers.IO) {

0 commit comments

Comments
 (0)