From 107a48e1a7fa0ec56faad8d8e90f76521f39f3b2 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 3 Jul 2020 09:51:20 +0200 Subject: Get entire topology editing process working --- frontend/src/containers/auth/Login.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/containers') diff --git a/frontend/src/containers/auth/Login.js b/frontend/src/containers/auth/Login.js index 951f6b10..deb9a654 100644 --- a/frontend/src/containers/auth/Login.js +++ b/frontend/src/containers/auth/Login.js @@ -37,8 +37,8 @@ class LoginContainer extends React.Component { onFailure={this.onAuthFailure.bind(this)} render={renderProps => ( - Login with Google - + Login with Google + )} > -- cgit v1.2.3