|
@@ -354,7 +354,6 @@ public class MgrUserService {
|
|
//Load the first organization default.
|
|
//Load the first organization default.
|
|
if(organizationList.size() > 0) {
|
|
if(organizationList.size() > 0) {
|
|
currentOrganization = organizationList.get(0);
|
|
currentOrganization = organizationList.get(0);
|
|
- this.switchOrganization(user, currentOrganization);
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|