✨ use websocket
This commit is contained in:
@@ -7,7 +7,7 @@ export const useAuthSessionStore = defineStore(
|
||||
() => {
|
||||
const user: any = reactive({
|
||||
accessToken: '',
|
||||
userId: '',
|
||||
uid: '',
|
||||
refreshToken: '',
|
||||
expiresAt: 0,
|
||||
});
|
||||
|
@@ -7,7 +7,7 @@ export const useAuthStore = defineStore(
|
||||
() => {
|
||||
const user: any = reactive({
|
||||
accessToken: '',
|
||||
userId: '',
|
||||
uid: '',
|
||||
refreshToken: '',
|
||||
expiresAt: 0,
|
||||
});
|
||||
|
Reference in New Issue
Block a user