refactor: rename DTree to DValue
This commit is contained in:
@@ -4,7 +4,7 @@ COMPONENT(Request& context)
|
||||
{
|
||||
context.call["app"]["page_title"] = "Register";
|
||||
StarterUser users(context);
|
||||
DTree result;
|
||||
DValue result;
|
||||
if(context.params["REQUEST_METHOD"] == "POST")
|
||||
result = users.create(context.post["email"], context.post["password"]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user