mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-25 18:25:35 +02:00
feat: implement season requests management with CRUD operations and enhance UI components
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user