chore(totp): enable totp for 100% of users (#6256), r=@shane-tomlinson

This commit is contained in:
Vijay Budhram 2018-06-05 12:06:08 -04:00
Родитель a99c286a4d
Коммит 7e3ddfd61a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@ module.exports = class TotpGroupingRule extends BaseGroupingRule {
constructor() {
super();
this.name = 'totp';
this.ROLLOUT_RATE = 0.10;
this.ROLLOUT_RATE = 1;
}
choose(subject) {