feat: added option to add header Authorization to the connect modal
#36
Annotations
4 errors
|
build (20.x):
src/utils/api.ts#L60
Element implicitly has an 'any' type because expression of type '"Authorization"' can't be used to index type '{}'.
|
|
build (20.x):
src/utils/api.ts#L84
Element implicitly has an 'any' type because expression of type '"Authorization"' can't be used to index type '{ 'Content-Type': string; } | { length: number; toString(): string; toLocaleString(): string; toLocaleString(locales: string | string[], options?: (NumberFormatOptions & DateTimeFormatOptions) | undefined): string; ... 32 more ...; 'Content-Type': string; } | { ...; } | { ...; }'.
|
|
build (20.x):
src/utils/api.ts#L276
Element implicitly has an 'any' type because expression of type '"Authorization"' can't be used to index type '{ 'Content-Type': string; Connection: string; }'.
|
|
build (20.x)
Process completed with exit code 2.
|