xfe 1 月之前
父節點
當前提交
0f67d1f30f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Hotline/Authentications/SessionContextCreator.cs

+ 1 - 1
src/Hotline/Authentications/SessionContextCreator.cs

@@ -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());
         }
     }
 }