Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Require 2.1 for native FxA (bug 1070269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Short committed Sep 22, 2014
1 parent 03b028e commit e19a1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/lib/utils.js
Expand Up @@ -73,7 +73,7 @@ define([
// Check user-agent string to find out if we're on a FxOS device with
// native FxA support.
nav = nav || navigator;
return nav.mozId && nav.userAgent.match(/rv:(\d{2})/)[1] >= 32;
return nav.mozId && nav.userAgent.match(/rv:(\d{2})/)[1] >= 34;
},
useOAuthFxA: function() {
return this.bodyData.fxaUrl && !this.supportsNativeFxA();
Expand Down

0 comments on commit e19a1e6

Please sign in to comment.