ianmartorell / meteor-accounts-ui-bootstrap-3

accounts-ui package with Bootstrap 3 and localization support
150 stars 109 forks source link

invalid e-mail when registering from mobile #201

Open devjutsu opened 8 years ago

devjutsu commented 8 years ago

It says: "invalid e-mail" when trying to register from mobile (chrome on android). loginButtons template is used twice on a page (http://progressiv.io)

Found same issue here: http://stackoverflow.com/questions/26794325/meteor-login-system-account-creation-invalid-email

ianmartorell commented 8 years ago

You can't have loginButtons more than once in the page for now. It's the same with the official accounts-ui. I'm working on adding a standalone version that can be used anywhere else and not only as a dropdown.

devjutsu commented 8 years ago

I might look into this issue when I'll have some time (not too soon). Just keep it open for now.

ziedmahdi commented 7 years ago

I solved this issue with #226