@@ -62,13 +62,8 @@
{{#each services}}
{{#if isPasswordService}}
{{#if hasOtherServices}} {{! the password service will always come last }}
-
-
- or
-
-
+ {{> loginButtonsLoggedOutPasswordServiceSeparator}}
{{/if}}
-
{{> loginButtonsLoggedOutPasswordService}}
{{else}}
{{> loginButtonsLoggedOutSingleLoginButton}}
@@ -80,6 +75,14 @@
{{/unless}}
+
+
+
+ or
+
+
+
+
{{#if inForgotPasswordFlow}}
{{> forgotPasswordForm}}
@@ -110,32 +113,48 @@