File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,14 @@ export class InspectorOAuthClientProvider implements OAuthClientProvider {
90
90
}
91
91
92
92
clear ( ) {
93
- sessionStorage . removeItem ( getServerSpecificKey ( SESSION_KEYS . CLIENT_INFORMATION , this . serverUrl ) ) ;
94
- sessionStorage . removeItem ( getServerSpecificKey ( SESSION_KEYS . TOKENS , this . serverUrl ) ) ;
95
- sessionStorage . removeItem ( getServerSpecificKey ( SESSION_KEYS . CODE_VERIFIER , this . serverUrl ) ) ;
93
+ sessionStorage . removeItem (
94
+ getServerSpecificKey ( SESSION_KEYS . CLIENT_INFORMATION , this . serverUrl ) ,
95
+ ) ;
96
+ sessionStorage . removeItem (
97
+ getServerSpecificKey ( SESSION_KEYS . TOKENS , this . serverUrl ) ,
98
+ ) ;
99
+ sessionStorage . removeItem (
100
+ getServerSpecificKey ( SESSION_KEYS . CODE_VERIFIER , this . serverUrl ) ,
101
+ ) ;
96
102
}
97
103
}
You can’t perform that action at this time.
0 commit comments