From 57759fb91e0f7239a878afe28cf1875496547864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20G=C3=B3reczny?= Date: Sun, 13 Dec 2020 13:27:45 +0100 Subject: [PATCH] SES-89 type change --- .../app/components/registration/registration.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SessionCompanion/SessionCompanion/ClientApp/src/app/components/registration/registration.component.html b/SessionCompanion/SessionCompanion/ClientApp/src/app/components/registration/registration.component.html index 54f6124..4c1caa0 100644 --- a/SessionCompanion/SessionCompanion/ClientApp/src/app/components/registration/registration.component.html +++ b/SessionCompanion/SessionCompanion/ClientApp/src/app/components/registration/registration.component.html @@ -23,7 +23,7 @@ formControlName="password" required placeholder="Password" - [type]="true ? 'password' : 'text'" + type="password" name="password"/> lock @@ -37,7 +37,7 @@ formControlName="confirmPassword" required placeholder="Confirm Password" - [type]="true ? 'password' : 'text'" + type="password" name="confirmPassword"/> lock