stub a test on the checkup page

pull/1/head
ansuz 2022-03-11 13:49:34 +05:30
parent 027fb8b4bb
commit c715334616
1 changed files with 1 additions and 0 deletions
www/checkup

View File

@ -1159,6 +1159,7 @@ define([
// check if they provide legal data
assert(function (cb, msg) {
if (true) { return void cb(true); } // XXX stubbed while we determine whether this is necessary
if (ApiConfig.restrictRegistration) { return void cb(true); }
var url = Pages.customURLs.imprint;