Files
prop-data-guard/frontend
hiderfong dd49c9679d fix: login redirect and res.data access in auth/test/sync APIs
- Fix auth.ts: login/getMe now unwrap res.data before returning
- Fix DataSource.vue: testConnection/syncMetadata use res.data.success/message
- Fix Project.vue: autoClassify uses res.data.message
- Root cause: request.ts interceptor returns full response body, auth.ts was
treating response as if it was already unwrapped
2026-04-23 11:19:00 +08:00
..