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.
1 parent 607f2a4 commit ca36c46Copy full SHA for ca36c46
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