Skip to content

Commit 9bce997

Browse files
committed
Small fixes
1 parent 0e12525 commit 9bce997

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

ydb/mvp/oidc_proxy/oidc_protected_page.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 ";

ydb/mvp/oidc_proxy/oidc_session_create.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2826
public:
2927
THandlerSessionCreate(const NActors::TActorId& sender,

0 commit comments

Comments
 (0)