allow admin to access orgSetting page
This commit is contained in:
+1
-1
@@ -215,7 +215,7 @@ function App() {
|
||||
</ProtectedRoute>
|
||||
} />
|
||||
<Route path="/owner/settings" element={
|
||||
<ProtectedRoute allowedRoles={['OWNER']}>
|
||||
<ProtectedRoute allowedRoles={['OWNER','ADMIN']}>
|
||||
<OrgSettings />
|
||||
</ProtectedRoute>
|
||||
} />
|
||||
|
||||
Reference in New Issue
Block a user