aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/signup
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-03-27 18:47:26 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-03-27 18:47:26 -0400
commit451a9abd5a4c461ccbb0b7b7d51b78dbfe12ec54 (patch)
treecec1f2aed23659f1a4e62468ff9a65b63a561a6b /ufund-ui/src/app/components/signup
parent7ccbfb414de47941c8acb2e6f9c2cc7a01cd819c (diff)
downloadJellySolutions-451a9abd5a4c461ccbb0b7b7d51b78dbfe12ec54.tar.gz
JellySolutions-451a9abd5a4c461ccbb0b7b7d51b78dbfe12ec54.tar.bz2
JellySolutions-451a9abd5a4c461ccbb0b7b7d51b78dbfe12ec54.zip
Added requirements list, updated bar, and disabling of creation with weak passwords.
Diffstat (limited to 'ufund-ui/src/app/components/signup')
-rw-r--r--ufund-ui/src/app/components/signup/signup.component.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/signup/signup.component.ts b/ufund-ui/src/app/components/signup/signup.component.ts
index 10fbce5..9532e42 100644
--- a/ufund-ui/src/app/components/signup/signup.component.ts
+++ b/ufund-ui/src/app/components/signup/signup.component.ts
@@ -2,7 +2,6 @@ import { Component } from '@angular/core';
import {UsersService} from '../../services/users.service';
import {Router} from '@angular/router';
import {BehaviorSubject} from 'rxjs';
-import {Need} from '../../models/Need';
@Component({
selector: 'app-signup',