diff --git a/src/client/Bootstrap.Client.DataAccess.MongoDB/User.cs b/src/client/Bootstrap.Client.DataAccess.MongoDB/User.cs index 1947f8e5..df4a102c 100644 --- a/src/client/Bootstrap.Client.DataAccess.MongoDB/User.cs +++ b/src/client/Bootstrap.Client.DataAccess.MongoDB/User.cs @@ -53,7 +53,7 @@ namespace Bootstrap.Client.DataAccess.MongoDB if (ret != null) { if (string.IsNullOrEmpty(ret.Icon)) ret.Icon = "default.jpg"; - if (string.IsNullOrEmpty(ret.App)) ret.App = "0"; + if (string.IsNullOrEmpty(ret.App)) ret.App = "BA"; } } return ret;