fix: wip on showing current subscription on account page, added hello… #36
Annotations
4 errors and 2 warnings
test (E2E):
src/stores/auth.ts#L59
Object is possibly 'null'.
|
test (E2E):
src/stores/auth.ts#L59
Property 'value' does not exist on type '{ id: string; app_metadata: { [x: string]: any; provider?: string | undefined; }; user_metadata: UserMetadata; aud: string; confirmation_sent_at?: string | undefined; recovery_sent_at?: string | undefined; ... 15 more ...; factors?: { ...; }[] | undefined; }'.
|
test (E2E):
src/views/AccountView.vue#L29
Cannot find name 'Ref'.
|
test (E2E)
Process completed with exit code 1.
|
lint:
src/stores/auth.ts#L52
'_session' is defined but never used
|
lint:
src/views/PricingView.vue#L4
'auth' is assigned a value but never used
|