Remove some debugging info, fix a misspelling.
This commit is contained in:
parent
6bcc2f261f
commit
d8551c46bb
|
@ -10,7 +10,7 @@ type Constructor<T = object> = abstract new (...args: any[]) => T;
|
||||||
|
|
||||||
export function WithLicenseSummary<T extends Constructor<LitElement>>(
|
export function WithLicenseSummary<T extends Constructor<LitElement>>(
|
||||||
superclass: T,
|
superclass: T,
|
||||||
subscribe = true
|
subscribe = true,
|
||||||
) {
|
) {
|
||||||
abstract class WithEnterpriseProvider extends superclass {
|
abstract class WithEnterpriseProvider extends superclass {
|
||||||
@consume({ context: authentikEnterpriseContext, subscribe })
|
@consume({ context: authentikEnterpriseContext, subscribe })
|
||||||
|
|
Reference in New Issue