2
2
mirror of https://git.coolaj86.com/coolaj86/telebit.js.git synced 2025-03-03 07:00:45 +00:00
This commit is contained in:
AJ ONeal 2018-06-13 12:07:28 -06:00
parent 4b1ed54cdf
commit 0572b0ebef

View File

@ -138,7 +138,7 @@ function serveControls() {
// TODO camelCase query
state.config.email = conf.email || state.config.email || '';
if ('undefined' !== typeof conf.agreeTos) {
if ('undefined' !== typeof conf.agree_tos) {
state.config.agreeTos = conf.agree_tos;
}
state.config.relay = conf.relay || state.config.relay || '';