Skip to content

Commit 1705d58

Browse files
committed
refactor(ui): remove unused method
1 parent 9df76e6 commit 1705d58

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

web/src/App.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,10 +1060,6 @@ export default {
10601060
10611061
methods: {
10621062
1063-
async isAuthenticated() {
1064-
return document.cookie.includes('semaphore=');
1065-
},
1066-
10671063
async onSubscriptionKeyUpdates() {
10681064
EventBus.$emit('i-snackbar', {
10691065
color: 'success',

0 commit comments

Comments
 (0)