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 a19655c commit 3e619f7Copy full SHA for 3e619f7
Frontend/src/App.js
@@ -78,7 +78,7 @@ function App() {
78
element={
79
<ProtectedRoute
80
redirectPath="/unauthorized"
81
- checkAdminStatus={true}
+ checkAdminStatus={false}
82
>
83
<Questions />
84
</ProtectedRoute>
0 commit comments