templates #11

Closed
kayela wants to merge 47 commits from templates into main
Showing only changes of commit 48802fe0c6 - Show all commits

View File

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