aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/login/login.component.html
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-03-30 15:51:40 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-03-30 15:51:40 -0400
commitc6bbb29f42eaea7d0c8aebdb7b95be0287cbf4f9 (patch)
tree5ca11f0304e8c7011a2cf0562408f920172a4350 /ufund-ui/src/app/components/login/login.component.html
parent5c49027cbccf913130d864db127f3ebf9dea9d15 (diff)
parent0c793d302c5065085ff7982a68f7ed449d84d6dc (diff)
downloadJellySolutions-c6bbb29f42eaea7d0c8aebdb7b95be0287cbf4f9.tar.gz
JellySolutions-c6bbb29f42eaea7d0c8aebdb7b95be0287cbf4f9.tar.bz2
JellySolutions-c6bbb29f42eaea7d0c8aebdb7b95be0287cbf4f9.zip
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'ufund-ui/src/app/components/login/login.component.html')
-rw-r--r--ufund-ui/src/app/components/login/login.component.html2
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 2cdb6d0..a6441f4 100644
--- a/ufund-ui/src/app/components/login/login.component.html
+++ b/ufund-ui/src/app/components/login/login.component.html
@@ -3,5 +3,5 @@
<input placeholder="Username" type="text" #username>
<input placeholder="Password" type="password" #password>
<button type="button" (click)="login(username.value, password.value)">Login</button>
-<button type="button" (click)="signup(username.value, password.value)">Create Account</button>
+<button type="button" routerLink="/signup">Create Account...</button>
<span *ngIf="statusText">{{statusText | async}}</span>