👽 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

@@ -59,7 +59,7 @@ function handleSuccess(token: string) {
// This function will be used to fetch configuration if needed,
// Like the backend didn't embed the configuration properly.
async function fetchConfiguration() {
const resp = await api<{ provider: string; apiKey: string }>("/id/captcha")
const resp = await api<{ provider: string; apiKey: string }>("/pass/captcha")
provider.value = resp.provider
apiKey.value = resp.apiKey
}