xfe 1 månad sedan
förälder
incheckning
0f67d1f30f
1 ändrade filer med 1 tillägg och 1 borttagningar
  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());
         }
     }
 }