mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
refactoring register to use form post instead of socket (for passport integration)
This commit is contained in:
@@ -41,7 +41,7 @@ var templates = {};
|
||||
function init() {
|
||||
loadTemplates([
|
||||
'header', 'footer', 'register', 'home', 'topic',
|
||||
'login', 'reset', 'reset_code', 'account_settings',
|
||||
'login', 'reset', 'reset_code',
|
||||
'emails/reset', 'emails/reset_plaintext'
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user