File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -263,15 +263,15 @@ export function overwriteProperties(object: { properties: string | Specification
263
263
const properties : any = object . properties ;
264
264
265
265
if ( properties . username && properties . password ) {
266
- object . properties = new Specification . Basicpropsdef ( object ) ;
266
+ object . properties = new Specification . Basicpropsdef ( object . properties ) ;
267
267
}
268
268
269
269
if ( properties . token ) {
270
- object . properties = new Specification . Bearerpropsdef ( object ) ;
270
+ object . properties = new Specification . Bearerpropsdef ( object . properties ) ;
271
271
}
272
272
273
273
if ( properties . grantType ) {
274
- object . properties = new Specification . Oauth2propsdef ( object ) ;
274
+ object . properties = new Specification . Oauth2propsdef ( object . properties ) ;
275
275
}
276
276
}
277
277
}
You can’t perform that action at this time.
0 commit comments