diff --git a/frontend/src/layouts/MyLayout.vue b/frontend/src/layouts/MyLayout.vue index c262338..7e6ab89 100644 --- a/frontend/src/layouts/MyLayout.vue +++ b/frontend/src/layouts/MyLayout.vue @@ -22,8 +22,8 @@ diff --git a/frontend/src/pages/ranking.vue b/frontend/src/pages/ranking.vue index 3635da6..16d56ec 100644 --- a/frontend/src/pages/ranking.vue +++ b/frontend/src/pages/ranking.vue @@ -20,7 +20,7 @@
- + diff --git a/frontend/src/store/auth/state.js b/frontend/src/store/auth/state.js index 0e9581a..1fee418 100644 --- a/frontend/src/store/auth/state.js +++ b/frontend/src/store/auth/state.js @@ -7,6 +7,6 @@ export default { email: "test@user.com", rankingPointsSum: 345, isAuthenticated: false, - isAdmin: false, + isAdmin: true, }, }