All checks were successful
Deploy to production / deploy (push) Successful in 2m56s
- Introduced `looksLikePlausibleEmail` to validate email format, ensuring only plausible addresses are processed. - Added `normalizeEmailCandidate` to standardize email input, returning null for invalid formats. - Updated `decodeEncryptedBlob` to utilize normalization functions for both UTF-8 and hex formats, improving email decryption reliability. - Adjusted `SettingsService` to ensure email is set after merging adult access state, maintaining data integrity.