diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-02-26 22:50:01 -0500 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-02-26 22:50:01 -0500 |
commit | 897a4d53505d23c8b1f96c14b0a8984932fae699 (patch) | |
tree | 664090526d6f6674daadf4246651f7e3c58efa60 /ufund-ui/src/app/components/login/login.component.html | |
parent | 501ac045d6042f194e2a5dbc4d7f4abccaf2732b (diff) | |
download | JellySolutions-897a4d53505d23c8b1f96c14b0a8984932fae699.tar.gz JellySolutions-897a4d53505d23c8b1f96c14b0a8984932fae699.tar.bz2 JellySolutions-897a4d53505d23c8b1f96c14b0a8984932fae699.zip |
Clean up project and start implementation of user sign in system
Diffstat (limited to 'ufund-ui/src/app/components/login/login.component.html')
-rw-r--r-- | ufund-ui/src/app/components/login/login.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/login/login.component.html b/ufund-ui/src/app/components/login/login.component.html index 1bf2a3f..41427ae 100644 --- a/ufund-ui/src/app/components/login/login.component.html +++ b/ufund-ui/src/app/components/login/login.component.html @@ -2,4 +2,4 @@ <input placeholder="Username" type="text"> <input placeholder="Password" type="password"> <button>Login</button> -<button>Create Account</button> +<button>Create Account...</button> |