feat: only show international phone number thing if + is missing
All checks were successful
Build Latest image / build-container (push) Successful in 45s

This commit is contained in:
Philipp Dormann 2025-03-28 18:29:29 +01:00
parent e418d2a2b7
commit f0c668c1c3
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -120,7 +120,7 @@
<label for="phone" class="block font-semibold mt-2">{{
$t("phone_number")
}}</label>
<div class="bg-blue-100 border border-blue-200 text-black rounded-lg p-4 mb-1" role="alert" tabindex="-1"
<div v-if="userdetails.phone!=='' && !userdetails.phone.includes('+')" class="bg-blue-100 border border-blue-200 text-black rounded-lg p-4 mb-1" role="alert" tabindex="-1"
aria-labelledby="hs-actions-label">
<div class="flex">
<div class="shrink-0">