Skip to content

Commit

Permalink
Merge pull request #1658 from ItzNeviKat/patch-1
Browse files Browse the repository at this point in the history
fix: add `persistAuthorization` property to uiConfig
  • Loading branch information
kamilmysliwiec committed Nov 18, 2021
2 parents aba3038 + 62dae6c commit 46d6972
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 46d6972

Please sign in to comment.