Manos Chorianopoulos

minor fix

......@@ -377,7 +377,7 @@ public class ProfileModel: NSObject {
} else if let email = email, !email.isEmpty {
return email
} else {
return "User"
return ""
}
}
......