Skip to content

Commit a50372e

Browse files
committed
Fix log out button
1 parent 5e97f79 commit a50372e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/SettingsPage.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ const openAtStartup = AppStorage.asRef('openAtStartup')
1515
const showOnlyParticipating = AppStorage.asRef('showOnlyParticipating')
1616
const showReadNotifications = AppStorage.asRef('showReadNotifications')
1717
18+
const accessToken = AppStorage.asComputed('accessToken')
19+
1820
watch(soundsEnabled, (enabled) => {
1921
if (enabled)
2022
invoke('play_notification_sound')

0 commit comments

Comments
 (0)