Fit Hydrogen.Identity

This commit is contained in:
2024-03-16 16:14:45 +08:00
parent a229faf013
commit ad863b4844
9 changed files with 82 additions and 37 deletions

View File

@ -3,7 +3,7 @@ import { defineStore } from "pinia"
import { ref } from "vue"
export const useWellKnown = defineStore("well-known", () => {
const wellKnown = ref({})
const wellKnown = ref<any>(null)
async function readWellKnown() {
const res = await request("/.well-known")