diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-03-31 11:28:42 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-03-31 11:28:42 -0400 |
commit | 5f083f775917c15597b3b70a0eb6a0ce2fda7667 (patch) | |
tree | ac9cbc93a323e4e35437c97620e3b22d23c1aaba /ufund-ui/src/app/components | |
parent | cfe40fa1e416fbf4586ef36b63a145453a4d6224 (diff) | |
download | JellySolutions-5f083f775917c15597b3b70a0eb6a0ce2fda7667.tar.gz JellySolutions-5f083f775917c15597b3b70a0eb6a0ce2fda7667.tar.bz2 JellySolutions-5f083f775917c15597b3b70a0eb6a0ce2fda7667.zip |
More css tweaks
Diffstat (limited to 'ufund-ui/src/app/components')
-rw-r--r-- | ufund-ui/src/app/components/login/login.component.html | 1 |
1 files changed, 0 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 743b1b3..e1c3e2a 100644 --- a/ufund-ui/src/app/components/login/login.component.html +++ b/ufund-ui/src/app/components/login/login.component.html @@ -1,5 +1,4 @@ <div id="box"> - <span *ngIf="next" style="color: red">You must be logged in to view this page</span> <h1>Login</h1> <input placeholder="Username" type="text" #username> <input placeholder="Password" type="password" #password> |