From 8e876cb946581d619edf0befb90b6c73caa3156d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Rohweder?= Date: Wed, 12 Aug 2020 20:33:08 +0200 Subject: [PATCH] remove reset password dialog from sign-in component MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As mentioned in #10712 forgot password should be removed. The dialog was left in place. Signed-off-by: Sören Rohweder --- src/portal/src/app/sign-in/sign-in.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/portal/src/app/sign-in/sign-in.component.html b/src/portal/src/app/sign-in/sign-in.component.html index 381ea6807c..bb64ede270 100644 --- a/src/portal/src/app/sign-in/sign-in.component.html +++ b/src/portal/src/app/sign-in/sign-in.component.html @@ -44,5 +44,4 @@ - \ No newline at end of file