File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ const App = () => {
268
268
269
269
// Auto-connect to previously saved serverURL after OAuth callback
270
270
const onOAuthDebugConnect = useCallback (
271
- ( serverUrl : string , authorizationCode ?: string ) => {
271
+ ( _serverUrl : string , authorizationCode ?: string ) => {
272
272
setIsAuthDebuggerVisible ( true ) ;
273
273
if ( authorizationCode ) {
274
274
updateAuthState ( {
Original file line number Diff line number Diff line change @@ -98,4 +98,4 @@ const OAuthDebugCallback = ({ onConnect }: OAuthCallbackProps) => {
98
98
) ;
99
99
} ;
100
100
101
- export default OAuthDebugCallback ;
101
+ export default OAuthDebugCallback ;
Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ export class DebugInspectorOAuthClientProvider {
43
43
get redirectUrl ( ) : string {
44
44
return `${ window . location . origin } /oauth/callback/debug` ;
45
45
}
46
- }
46
+ }
You can’t perform that action at this time.
0 commit comments