Merge from Dev #8

Merged
andika merged 5 commits from dev into loaf-prod 2026-01-05 08:49:43 +00:00
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');
}