From c46acc78ce76465de862024d461fec0650e85bdc Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 16 Feb 2018 11:20:28 -0500 Subject: [PATCH] null check instead --- src/app/accounts/two-factor.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/accounts/two-factor.component.html b/src/app/accounts/two-factor.component.html index 6adfd9a471..ed95f9e31c 100644 --- a/src/app/accounts/two-factor.component.html +++ b/src/app/accounts/two-factor.component.html @@ -45,7 +45,7 @@ -
+

{{'noTwoStepProviders' | i18n}}

@@ -55,7 +55,7 @@