Skip to content

Commit

Permalink
refactor(ui): remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Dec 13, 2024
1 parent 9df76e6 commit 1705d58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1060,10 +1060,6 @@ export default {
methods: {
async isAuthenticated() {
return document.cookie.includes('semaphore=');
},
async onSubscriptionKeyUpdates() {
EventBus.$emit('i-snackbar', {
color: 'success',
Expand Down

0 comments on commit 1705d58

Please sign in to comment.