Skip to content

Commit

Permalink
fix: add persistAuthorization property to uiConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitakoschelenko committed Nov 4, 2021
1 parent 25327e0 commit 62dae6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/interfaces/swagger-custom-options.interface.ts
Expand Up @@ -39,6 +39,7 @@ export interface FastifySwaggerCustomOptions extends CommonSwaggerCustomOptions
| false;
tryItOutEnabled: boolean;
validatorUrl: string | null;
persistAuthorization: boolean;
}>;
initOAuth?: Record<string, any>;
staticCSP?: boolean | string | Record<string, string | string[]>;
Expand Down

0 comments on commit 62dae6c

Please sign in to comment.