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