Skip to content

Commit 9610b0b

Browse files
committed
chore: Bug fixing
1 parent 3869c12 commit 9610b0b

File tree

3 files changed

+1210
-4815
lines changed

3 files changed

+1210
-4815
lines changed

packages/vue-auth/src/stores/vue-auth.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function createVueAuthStore<UA = unknown>(storageOptions?: StorageOptions
2828
const token = ref<string>()
2929
const refreshed = ref<boolean>(false)
3030
const isAuthenticated = computed(() => !!token.value)
31-
31+
console.log(storageOptions)
3232
/**
3333
* Attempt to do a login
3434
*

0 commit comments

Comments
 (0)