feat: implement season requests management with CRUD operations and enhance UI components

This commit is contained in:
maxDorninger
2025-05-24 14:24:00 +02:00
parent f2b7f0f370
commit d2f0b8f22d
15 changed files with 253 additions and 71 deletions

View File

@@ -80,7 +80,7 @@
if (response.ok) {
console.log('Registration successful!');
console.log('Received User Data: ', response);
goto('/dashboard');
tabValue = "login"; // Switch to login tab after successful registration
errorMessage = 'Registration successful! Redirecting...';
} else {
let errorText = await response.text();