You've already forked openaccounting-web
forked from cybercinch/openaccounting-web
add signupSource
This commit is contained in:
@@ -43,6 +43,7 @@ export class RegisterPage {
|
||||
onSubmit() {
|
||||
let formUser = new User(this.form.value);
|
||||
formUser.id = Util.newGuid();
|
||||
formUser.signupSource = 'web';
|
||||
this.log.debug(formUser);
|
||||
|
||||
this.userService.postUser(formUser)
|
||||
|
||||
Reference in New Issue
Block a user