mozilla-lockwise / lockwise-android

Firefox's Lockwise app for Android
https://mozilla-lockwise.github.io/lockwise-android/
Mozilla Public License 2.0
623 stars 104 forks source link

1164: Improve error messaging for create #1176

Closed eliserichards closed 4 years ago

eliserichards commented 4 years ago

Fixes #1164

Testing and Review Notes

Previous functionality: type in "http://" and click into username field. See that the Web address must contain \“https://\“ or \“http://\“ error message is shown.

Now: type in "http://" and click into username field. See that the error messages are checking if the field contains http/https and shows the Web address must have a valid hostname error instead.

Screenshots or Videos

create_errors_http

To Do