feat: Integrate new dashboard design and components, remove old dashboard routes, and update dependencies.
This commit is contained in:
@@ -39,7 +39,7 @@ function SignupComponent() {
|
||||
if (error) {
|
||||
setError(error.message || "Failed to sign up");
|
||||
} else {
|
||||
navigate({ to: "/dashboard" });
|
||||
navigate({ to: "/admin" });
|
||||
}
|
||||
} catch {
|
||||
setError("An unexpected error occurred");
|
||||
|
||||
Reference in New Issue
Block a user