mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-26 15:58:50 +00:00
Fix helper return for registration
This commit is contained in:
parent
cca29bc591
commit
055d574dcc
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@ Template.reg.helpers({
|
|||
return conf.allowReg;
|
||||
}
|
||||
}
|
||||
sysConf();
|
||||
let sysConfig = sysConf();
|
||||
return sysConfig;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue