diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-30 15:51:40 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-30 15:51:40 -0400 |
commit | c6bbb29f42eaea7d0c8aebdb7b95be0287cbf4f9 (patch) | |
tree | 5ca11f0304e8c7011a2cf0562408f920172a4350 /ufund-ui/src/app/components/login | |
parent | 5c49027cbccf913130d864db127f3ebf9dea9d15 (diff) | |
parent | 0c793d302c5065085ff7982a68f7ed449d84d6dc (diff) | |
download | JellySolutions-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')
-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 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> |