add: revised phone nubmer input UI

This commit is contained in:
rgrgogu
2026-07-16 03:15:03 +08:00
parent ec8ea14ed2
commit dc992c7f77
6 changed files with 309 additions and 14 deletions
+7
View File
@@ -24,3 +24,10 @@ VITE_APP_URL=https://api.yourdomain.com
# Client ID is the public key — safe to expose in the browser bundle.
# developer.paypal.com → My Apps & Credentials → Live tab → Client ID
VITE_PAYPAL_CLIENT_ID=CHANGE_ME
# ── Country detection (phone input) ────────────────────────────────────────────
# IP → country lookup used to pre-select the phone input's dialing code.
# Defaults to the free hosted instance; self-host for production via
# https://github.com/lineofflight/country (Docker, needs a free MaxMind
# license key) and point this at your own instance instead.
VITE_COUNTRY_API_URL=https://api.country.is