Skip to content

Commit

Permalink
Ignore license verification in cc.
Browse files Browse the repository at this point in the history
  • Loading branch information
pszczesniak committed May 10, 2023
1 parent db2882e commit b0eb6b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ckeditor5-ui/src/editorui/poweredby.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export default class PoweredBy extends DomEmitterMixin() {
private _handleEditorReady(): void {
const editor = this.editor;

/* istanbul ignore next -- @preserve */
if ( verifyLicense( editor.config.get( 'licenseKey' ) ) === 'VALID' ) {
return;
}
Expand Down

0 comments on commit b0eb6b8

Please sign in to comment.