Skip to content

Format phone number correctly before submitting

Andreas Ellewsen requested to merge GREG-355-phone-format into master

Instead of manually putting together the phone number and hoping we get it right, we instead format the number using the phonenumbers library. This library is already in use for validation, making it the obvious choice. This means that the backend will only receive E.164 formatted phonenumbers from now on.

Merge request reports