Replacing entire backend messages (especially logs) with English instead of Germany
This commit is contained in:
@@ -257,7 +257,7 @@ router.get('/google/callback', async (req, res) => {
|
||||
await googleCalendar.handleCallback(code);
|
||||
|
||||
// Initialen Sync im Hintergrund starten (kein await - Redirect soll sofort erfolgen)
|
||||
googleCalendar.sync().catch((e) => log.error('Initialer Sync fehlgeschlagen:', e.message));
|
||||
googleCalendar.sync().catch((e) => log.error('Initial sync failed:', e.message));
|
||||
|
||||
res.redirect('/settings?sync_ok=google');
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user