fix(portal): Apple profile mail account labeled with the address
ci / changes (push) Successful in 4s
ci / tc_booking (push) Has been skipped
ci / tc_operator (push) Has been skipped
ci / tc_website (push) Has been skipped
ci / tc_platform_api (push) Has been skipped
ci / test_platform_api (push) Has been skipped
ci / build_booking (push) Has been skipped
ci / build_operator (push) Has been skipped
ci / build_platform_api (push) Has been skipped
ci / tc_portal (push) Successful in 25s
ci / build_portal (push) Successful in 38s
ci / deploy (push) Successful in 40s

Per Ronni: the Mail account shows the full address (ronni@dezky.eu)
instead of the bare domain. Calendar/contacts keep the domain labels.
This commit is contained in:
Ronni Baslund
2026-06-11 08:45:49 +02:00
parent a45d64d4ed
commit 9195017904
@@ -61,7 +61,7 @@ export default defineEventHandler(async (event) => {
<key>PayloadContent</key> <key>PayloadContent</key>
<array> <array>
<dict> <dict>
<key>EmailAccountDescription</key><string>${d}</string> <key>EmailAccountDescription</key><string>${e}</string>
<key>EmailAccountName</key><string>${n}</string> <key>EmailAccountName</key><string>${n}</string>
<key>EmailAccountType</key><string>EmailTypeIMAP</string> <key>EmailAccountType</key><string>EmailTypeIMAP</string>
<key>EmailAddress</key><string>${e}</string> <key>EmailAddress</key><string>${e}</string>