We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f758e commit 1fd1aa7Copy full SHA for 1fd1aa7
1 file changed
flipchatApp/src/main/kotlin/xyz/flipchat/app/auth/AuthManager.kt
@@ -213,7 +213,7 @@ class AuthManager @Inject constructor(
213
if (!isSoftLogin) {
214
AccountUtils.addAccount(
215
context = context,
216
- name = displayName.orEmpty(),
+ name = displayName ?: "Flipchat User",
217
password = userId.base58,
218
token = entropyB64,
219
isUnregistered = false,
0 commit comments