From 7b5a87207b9fe0c97d6b83bf78bb25f206ba1ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Curcio?= Date: Wed, 22 Aug 2018 09:48:06 -0300 Subject: [PATCH] removing input from user signOff --- src/core/client/auth/components/SignIn.css | 6 ------ src/core/client/auth/components/SignIn.tsx | 8 ++------ src/core/client/auth/mutations/SignOffMutation.ts | 4 +--- src/core/client/framework/rest/index.ts | 2 +- src/core/client/framework/rest/signOff.ts | 5 +---- .../stream/containers/UserBoxAuthenticatedContainer.tsx | 2 +- 6 files changed, 6 insertions(+), 21 deletions(-) diff --git a/src/core/client/auth/components/SignIn.css b/src/core/client/auth/components/SignIn.css index 47bd21255..9aff9cb83 100644 --- a/src/core/client/auth/components/SignIn.css +++ b/src/core/client/auth/components/SignIn.css @@ -5,9 +5,3 @@ .forgotPassword { text-align: right; } - -.footer, -.subFooter { - padding-top: var(--spacing-unit); - width: 100%; -} diff --git a/src/core/client/auth/components/SignIn.tsx b/src/core/client/auth/components/SignIn.tsx index 940f2c3ec..1abb35faf 100644 --- a/src/core/client/auth/components/SignIn.tsx +++ b/src/core/client/auth/components/SignIn.tsx @@ -105,7 +105,7 @@ const SignIn: StatelessComponent = props => { )} -
+
- + Don't have an account?