Summary
- rename the attestation modal's bare endpoint label to "Verification endpoint"
- add a short note that the endpoint expects a POST with a fresh nonce and is not meant to be opened directly in a browser
Closes #191
Test plan
git diff --checkcd frontend && npm install --no-package-lockcd frontend && node - <<'NODE' ... parse src/components/AttestationModal.vue with @vue/compiler-sfc ... NODE
Notes
npm run buildis still blocked on this dev server because Node is v18.20.4 while Vite requires Node 20.19+ or 22.12+ (CustomEvent is not defined).
## Summary
- rename the attestation modal's bare endpoint label to "Verification endpoint"
- add a short note that the endpoint expects a POST with a fresh nonce and is not meant to be opened directly in a browser
Closes #191
## Test plan
- `git diff --check`
- `cd frontend && npm install --no-package-lock`
- `cd frontend && node - <<'NODE' ... parse src/components/AttestationModal.vue with @vue/compiler-sfc ... NODE`
## Notes
- `npm run build` is still blocked on this dev server because Node is v18.20.4 while Vite requires Node 20.19+ or 22.12+ (`CustomEvent is not defined`).