File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ class THandlerSessionServiceCheck : public NActors::TActorBootstrapped<THandlerS
2121 const TOpenIdConnectSettings Settings;
2222 TString ProtectedPageUrl;
2323 TString RequestedPageScheme;
24- // bool IsAjaxRequest = false;
2524
2625 const static inline TStringBuf IAM_TOKEN_SCHEME = " Bearer " ;
2726 const static inline TStringBuf IAM_TOKEN_SCHEME_LOWER = " bearer " ;
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ class THandlerSessionCreate : public NActors::TActorBootstrapped<THandlerSession
2222 NActors::TActorId HttpProxyId;
2323 const TOpenIdConnectSettings Settings;
2424 TContext Context;
25- // TString RedirectUrl;
26- // bool IsAjaxRequest = false;
2725
2826public:
2927 THandlerSessionCreate (const NActors::TActorId& sender,
You can’t perform that action at this time.
0 commit comments