Skip to content

Commit bc25433

Browse files
committed
fix(arc-saas): review changes
review changes GH-63
1 parent a0da3f2 commit bc25433

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

projects/saas-ui/src/app/main/components/tenant-registration/tenant-registration.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ export class TenantRegistrationComponent {
6363
onSubmit() {
6464
if (this.tenantRegForm.valid) {
6565
const userData = this.tenantRegForm.value;
66-
console.log(userData);
6766
const user: TenantLead = {
6867
name: userData.name,
6968
contact: {

projects/saas-ui/src/app/shared/models/tenantLead.model.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import {Address} from './address.model';
2-
31
export class TenantLead {
42
name: string;
53
contact?: {

0 commit comments

Comments
 (0)