From efb060a336bee414df6d6814369f696721e6437b Mon Sep 17 00:00:00 2001 From: David Lu Date: Thu, 18 Aug 2016 10:08:40 -0400 Subject: Added error message for no signin methods (#3821) --- webapp/components/login/login_controller.jsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'webapp/components') diff --git a/webapp/components/login/login_controller.jsx b/webapp/components/login/login_controller.jsx index f84c30d51..f62464f37 100644 --- a/webapp/components/login/login_controller.jsx +++ b/webapp/components/login/login_controller.jsx @@ -527,6 +527,20 @@ export default class LoginController extends React.Component { ); } + if (loginControls.length === 0) { + loginControls.push( + + } + margin={true} + /> + ); + } + return (
{extraBox} -- cgit v1.2.3-1-g7c22