mirror of
https://github.com/h44z/wg-portal.git
synced 2025-10-05 16:06:17 +00:00
chore(deps): update frontend packages (#387)
This commit is contained in:
@@ -3,8 +3,7 @@ import { defineStore } from 'pinia'
|
||||
import { notify } from "@kyvg/vue3-notification";
|
||||
import { apiWrapper } from '@/helpers/fetch-wrapper'
|
||||
|
||||
export const securityStore = defineStore({
|
||||
id: 'security',
|
||||
export const securityStore = defineStore('security',{
|
||||
state: () => ({
|
||||
csrfToken: "",
|
||||
}),
|
||||
@@ -29,4 +28,4 @@ export const securityStore = defineStore({
|
||||
})
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user