From 87989b8afd4666a72940389db716b6500d0a9ec3 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 3 May 2016 14:10:36 -0400 Subject: PLT-2258 Unified login screen and related APIs (#2820) * Unified login screen and related APIs * Refactored login API call to be less convoluted * Removed LDAP login prompt from invite process * Fixed existing LDAP users being able to log in if LDAP was configured, but disabled * Gofmt * Future proofed login API * Updated login APIs based on feedback * Added additional auditing to login API * Actually removed loginById --- webapp/tests/test_helper.jsx | 1 - 1 file changed, 1 deletion(-) (limited to 'webapp/tests/test_helper.jsx') diff --git a/webapp/tests/test_helper.jsx b/webapp/tests/test_helper.jsx index 385279360..f19d96433 100644 --- a/webapp/tests/test_helper.jsx +++ b/webapp/tests/test_helper.jsx @@ -128,7 +128,6 @@ class TestHelperClass { outer.basicClient().setTeamId(outer.basict.id); outer.basicClient().login( rteamSignup.user.email, - null, password, null, function() { -- cgit v1.2.3-1-g7c22