fix(auth): Support 2FA via browser window auth #1070
Annotations
7 errors
Run Typechecking:
src/context/App.tsx#L18
Module '"../utils/auth"' declares 'getToken' locally, but it is not exported.
|
Run Typechecking:
src/utils/auth.test.ts#L73
Property 'getToken' does not exist on type 'typeof import("/home/runner/work/gitify/gitify/src/utils/auth")'.
|
Run Typechecking:
src/utils/auth.test.ts#L97
Property 'getToken' does not exist on type 'typeof import("/home/runner/work/gitify/gitify/src/utils/auth")'.
|
Run Typechecking:
src/utils/auth.ts#L10
A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value.
|
Run Typechecking:
src/utils/auth.ts#L26
'token' is declared but its value is never read.
|
Run Typechecking:
src/utils/auth.ts#L26
'await' expressions are only allowed within async functions and at the top levels of modules.
|
Run Typechecking
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading