Skip to content

Commit c131758

Browse files
authored
Merge pull request #101 from CS3219-AY2324S1/assignment-3-final
Assignment-3 Submission
2 parents 661f68f + ca36c46 commit c131758

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={false}
81+
checkAdminStatus={true}
8282
>
8383
<Questions />
8484
</ProtectedRoute>

0 commit comments

Comments
 (0)