mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
added email to registration fields, email existence check
This commit is contained in:
@@ -13,7 +13,7 @@ function loadTemplates(templatesToLoad) {
|
||||
}
|
||||
|
||||
function templates_init() {
|
||||
loadTemplates(['register', 'home', 'login']);
|
||||
loadTemplates(['register', 'home', 'login', 'reset']);
|
||||
}
|
||||
|
||||
templates_init();
|
||||
Reference in New Issue
Block a user