Skip to content

Commit 3e619f7

Browse files
committed
Update App.js
- Remove Admin Check for Question View Access
1 parent a19655c commit 3e619f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frontend/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function App() {
7878
element={
7979
<ProtectedRoute
8080
redirectPath="/unauthorized"
81-
checkAdminStatus={true}
81+
checkAdminStatus={false}
8282
>
8383
<Questions />
8484
</ProtectedRoute>

0 commit comments

Comments
 (0)