fix(registry):check_citizenId

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-12-18 10:20:38 +07:00
parent fe8dc36df2
commit 256dba40ef

View file

@ -376,7 +376,7 @@ function changeCardID(citizenId: string | number | null) {
if (citizenId != null && typeof citizenId == "string") { if (citizenId != null && typeof citizenId == "string") {
if (citizenId.length == 13 && citizenId) { if (citizenId.length == 13 && citizenId) {
http http
.put(config.API.profileNewCitizenId(citizenId), { .put(config.API.profileNewCitizenId(profileId.value), {
citizenId: citizenId, citizenId: citizenId,
}) })
.then(() => {}) .then(() => {})