mozilla-rally / rally

A monorepo for Rally project containing Rally SDK, Rally Web Platform and Extensions.
Mozilla Public License 2.0
7 stars 6 forks source link

Fix flow for mobile Chrome users #576

Closed aaga closed 1 year ago

aaga commented 1 year ago

We now allow mobile Chrome users to sign up for a RWP account from their phone (https://github.com/mozilla-rally/site/issues/770). The onboarding flow prompts them to install the Extension, which will queue the extension to be installed on their Desktop browser.

There are two issues right now:

Since both issues are User Agent related, they could easily be fixed in the same PR.