refactor(myTischtennis): streamline session management and enhance login flow

- Updated AutoFetchMatchResultsService to utilize verifyLogin for session re-establishment, improving reliability and handling of CAPTCHA challenges.
- Refactored MyTischtennisService to save Playwright storage state separately, ensuring robustness in session persistence and preventing failures due to missing DB columns.
- Minor adjustments in TeamManagementView to enhance async data fetching logic.
This commit is contained in:
Torsten Schulz (local)
2026-03-05 10:02:43 +01:00
parent 27665a45df
commit dd93755e6b
3 changed files with 46 additions and 36 deletions

View File

@@ -1176,6 +1176,7 @@ export default {
myTischtennisSuccess.value = '';
try {
const startResponse = await apiClient.post('/mytischtennis/fetch-team-data/async', {
clubTeamId: teamToEdit.value.id
});