|
@@ -63,7 +63,7 @@ namespace Hotline.Authentications
|
|
|
_ => throw new ArgumentOutOfRangeException(nameof(source), source, null)
|
|
|
};
|
|
|
|
|
|
- _sessionContext.ChangeSession(config.UserId, config.UserName, config.OrgId, config.OrgName, config.OrgId.CalcOrgLevel());
|
|
|
+ //_sessionContext.ChangeSession(config.UserId, config.UserName, config.OrgId, config.OrgName, config.OrgId.CalcOrgLevel());
|
|
|
}
|
|
|
}
|
|
|
}
|