work (new network + db initial working state)
This commit is contained in:
@@ -40,7 +40,7 @@ pub fn start(rsc: &mut Rsc) -> WeakWidget {
|
||||
|
||||
pub fn create_account(rsc: &mut Rsc) -> WeakWidget {
|
||||
let url = field("", "server", rsc);
|
||||
let token = field("", "account token", rsc);
|
||||
let token = field("", "account creation token", rsc);
|
||||
let username = field("", "username", rsc);
|
||||
let password = field("", "password", rsc);
|
||||
|
||||
@@ -81,6 +81,7 @@ pub fn create_account(rsc: &mut Rsc) -> WeakWidget {
|
||||
else {
|
||||
return fail("failed to create account");
|
||||
};
|
||||
println!("account created!!!!");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user