theme-provider #17

Closed
kayela wants to merge 74 commits from theme-provider into main
Showing only changes of commit 48802fe0c6 - Show all commits

View File

@@ -143,7 +143,7 @@ const AcceptInvitation = () => {
// Redirect based on role
if (user.role === 'admin' || user.role === 'superadmin') {
navigate('/admin/dashboard');
navigate('/admin');
} else {
navigate('/dashboard');
}