Reactive-Resume
Reactive-Resume copied to clipboard
[BUG]
Describe the bug
The email link in following pdf does not open mailing application.
Product Flavor
- [ ] Managed (https://rxresu.me)
To Reproduce
Create new resume with Glalie template and enter some email address in the email field.
Expected behavior
Opens mailing application.
RxResume_PDFExport_stepanek.ada.77_admtest_1673601726.pdf
The problem is that in the html the mailto:
is prepended by http://
<a target="_blank" rel="noreferrer" href="http://mailto:[email protected]">[email protected]</a>