Skip to content

Commit

Permalink
refactor(AccountSessions): minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Dec 6, 2023
1 parent 98d1a3a commit 4fe27da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Account/Sessions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { UAParser } from 'ua-parser-js'
const { getAllSessions, revokeSession } = useAuthSession()
const { data: sessions } = await useAsyncData(getAllSessions)
const sessions = ref(await getAllSessions())
async function handleSessionRevoke (id: string) {
await revokeSession(id)
Expand Down

1 comment on commit 4fe27da

@vercel
Copy link

@vercel vercel bot commented on 4fe27da Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nuxt-starter – ./

nuxt-starter-git-main-becem-gharbi.vercel.app
nuxt-starter.bg.tn
nuxt-starter-becem-gharbi.vercel.app

Please sign in to comment.