Skip to content

Commit 7cb03f9

Browse files
committed
fix: update sessions list on delete
1 parent 67e5539 commit 7cb03f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Account/Sessions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const lb = useLoadingIndicator()
5353
lb.start()
5454
5555
const { data: sessions } = await useAsyncData('account-sessions',
56-
() => useAuthSession().getAllSessions(),
56+
() => useAuthSession().getAllSessions(), { deep: true },
5757
)
5858
5959
lb.finish()

0 commit comments

Comments
 (0)