categories changed
This commit is contained in:
@@ -12,7 +12,8 @@ export const useAuthStore = defineStore('auth', {
|
||||
cookiesAreAccepted: false,
|
||||
}),
|
||||
|
||||
persist: true, // TODO: Enable persistence. Cookies will be stored 'auth' 👉🏻 https://prazdevs.github.io/pinia-plugin-persistedstate/frameworks/nuxt
|
||||
//persist: true, // TODO: Enable persistence. Cookies will be stored 'auth' 👉🏻 https://prazdevs.github.io/pinia-plugin-persistedstate/frameworks/nuxt
|
||||
|
||||
// persist: {
|
||||
// key: 'authentication-cookie',
|
||||
// storage: piniaPluginPersistedstate.cookies({
|
||||
|
||||
Reference in New Issue
Block a user