👽 Update the service IDs

This commit is contained in:
2025-11-09 14:13:02 +08:00
parent 8f6c5b01c6
commit 0a3e4b75fd
9 changed files with 16 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ export const useUserStore = defineStore("user", () => {
error.value = null
const api = useSolarNetwork()
try {
const response = await api<SnAccount>("/id/accounts/me")
const response = await api<SnAccount>("/pass/accounts/me")
user.value = response
console.log(`[UserStore] Logged in as @${user.value.name}`)
} catch (e: unknown) {