Skip to content

Commit

Permalink
[#68637] frontend: fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejWas authored and glatosinski committed Nov 15, 2024
1 parent ed8a0a8 commit 8b3c65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export default {
if (!newValue) {
window.location.href = LOGIN_PATH;
}
}
},
},
mounted() {
if (localStorage.getItem('access_token') !== null) {
Expand Down

0 comments on commit 8b3c65d

Please sign in to comment.