Hot Fix: Auth issues (#300) #1387
Annotations
2 errors and 13 warnings
backend/typescript/rest/authRoutes.ts#L29
Replace `'Access-Control-Allow-Origin',·'*'` with `"Access-Control-Allow-Origin",·"*"`
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
backend/typescript/rest/camperRoutes.ts#L18
'RefundDTO' is defined but never used
|
backend/typescript/rest/camperRoutes.ts#L156
'paymentIntentId' is assigned a value but never used
|
frontend/src/APIClients/AuthAPIClient.ts#L14
Replace `⏎······"/auth/login",` with `"/auth/login",·{`
|
frontend/src/APIClients/AuthAPIClient.ts#L16
Replace `{·email,·password·}` with `email,⏎······password`
|
frontend/src/APIClients/AuthAPIClient.ts#L17
Insert `}`
|
frontend/src/APIClients/AuthAPIClient.ts#L29
Replace `⏎······"/auth/login",⏎······{·idToken·},⏎····` with `"/auth/login",·{·idToken·}`
|
frontend/src/APIClients/AuthAPIClient.ts#L65
Replace `⏎······"/auth/register",` with `"/auth/register",·{`
|
frontend/src/APIClients/AuthAPIClient.ts#L67
Replace `{·firstName,·lastName,·email,·password·}` with `firstName,⏎······lastName,⏎······email,⏎······password`
|
frontend/src/APIClients/AuthAPIClient.ts#L68
Insert `}`
|
frontend/src/APIClients/AuthAPIClient.ts#L96
Replace `⏎······"/auth/refresh",⏎······{},⏎····` with `"/auth/refresh",·{}`
|
|
frontend/src/APIClients/CamperAPIClient.ts#L167
Replace `⏎······`/campers/cancel-registration`,⏎······body,⏎·····` with ``/campers/cancel-registration`,·body,`
|
The logs for this run have expired and are no longer available.
Loading