From b0369f8b5e50eaec22c9178748f57dde6912d383 Mon Sep 17 00:00:00 2001 From: Gunther6070 Date: Tue, 25 Mar 2025 18:07:45 -0400 Subject: Created signup component and implemented some functionality. Did not finish implementing color bar and error messages. --- ufund-ui/src/app/components/signup/signup.component.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ufund-ui/src/app/components/signup/signup.component.html (limited to 'ufund-ui/src/app/components/signup/signup.component.html') diff --git a/ufund-ui/src/app/components/signup/signup.component.html b/ufund-ui/src/app/components/signup/signup.component.html new file mode 100644 index 0000000..742b8cf --- /dev/null +++ b/ufund-ui/src/app/components/signup/signup.component.html @@ -0,0 +1,7 @@ +

Signup:

+ + + +{{statusText | async}} +{{strength | async}} +Account created Proceed to login -- cgit v1.2.3