mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-25 15:38:56 +00:00
Give account settings to 10% of users
This commit is contained in:
parent
84a1b7f850
commit
369b2ee914
@ -97,7 +97,7 @@ var flags = {
|
||||
|
||||
// seperate account management pages
|
||||
accountPages: function (req) {
|
||||
return alpha(req);
|
||||
return alpha(req) || percentage(10, req);
|
||||
},
|
||||
|
||||
// use SSL for sign in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user