chore(totp): enable totp for 100% of users (#6256), r=@shane-tomlinson
This commit is contained in:
Родитель
a99c286a4d
Коммит
7e3ddfd61a
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче