Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -377,7 +377,7 @@ public class ProfileModel: NSObject { | ... | @@ -377,7 +377,7 @@ public class ProfileModel: NSObject { |
377 | } else if let email = email, !email.isEmpty { | 377 | } else if let email = email, !email.isEmpty { |
378 | return email | 378 | return email |
379 | } else { | 379 | } else { |
380 | - return "User" | 380 | + return "" |
381 | } | 381 | } |
382 | } | 382 | } |
383 | 383 | ... | ... |
-
Please register or login to post a comment