We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 661f68f + ca36c46 commit c131758Copy full SHA for c131758
Frontend/src/App.js
@@ -78,7 +78,7 @@ function App() {
78
element={
79
<ProtectedRoute
80
redirectPath="/unauthorized"
81
- checkAdminStatus={false}
+ checkAdminStatus={true}
82
>
83
<Questions />
84
</ProtectedRoute>
0 commit comments