From a184c71b526000f60f00649d260638723d426e6a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Apr 2017 20:29:33 +0200 Subject: Client: support signup --- client/src/app/signup/signup.component.html | 40 +++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 client/src/app/signup/signup.component.html (limited to 'client/src/app/signup/signup.component.html') diff --git a/client/src/app/signup/signup.component.html b/client/src/app/signup/signup.component.html new file mode 100644 index 000000000..6c9c60e8b --- /dev/null +++ b/client/src/app/signup/signup.component.html @@ -0,0 +1,40 @@ +

Signup

+ +
{{ error }}
+ +
+
+ + +
+ {{ formErrors.username }} +
+
+ +
+ + +
+ {{ formErrors.email }} +
+
+ +
+ + +
+ {{ formErrors.password }} +
+
+ + +
-- cgit v1.2.3