Commit 08bf7b02 authored by dinithi1997's avatar dinithi1997

add signup

parent 1f7dd86e
......@@ -37,6 +37,11 @@ export class SignupPage implements OnInit {
console.log(error);
this.error = 'Signup failed';
});
// this.pythonBackendService.signup({email: this.email, password: this.password})
// .subscribe(res => {
// console.log(res);
// this.router.navigate(['/login']);
// });
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment