Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix login
Browse files
src/routes/api/auth/+server.ts
CHANGED
@@ -34,7 +34,6 @@ export async function POST({ request, fetch }) {
|
|
34 |
body: formData,
|
35 |
});
|
36 |
|
37 |
-
const data = await request_auth.json();
|
38 |
const { access_token } = await request_auth.json();
|
39 |
|
40 |
if (!access_token) {
|
|
|
34 |
body: formData,
|
35 |
});
|
36 |
|
|
|
37 |
const { access_token } = await request_auth.json();
|
38 |
|
39 |
if (!access_token) {
|