From a38c28eb80e54e898f3166918f9f6362ef4eda17 Mon Sep 17 00:00:00 2001 From: Wolf Date: Sun, 22 Nov 2015 17:05:56 -0500 Subject: [PATCH 1/2] bugfix ui/scripts/accounts.js L1339 --- ui/scripts/accounts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/accounts.js b/ui/scripts/accounts.js index f0c0bff80ad1..37ae5c2d39ef 100644 --- a/ui/scripts/accounts.js +++ b/ui/scripts/accounts.js @@ -1337,7 +1337,7 @@ $.ajax({ url: createURL('listSamlAuthorization'), data: { - userid: context.users[0].id, + userid: context.users[0].id }, success: function(json) { var authorization = json.listsamlauthorizationsresponse.samlauthorization[0]; From f68c2f79f1eb004fbb6f518f5f157870128992cb Mon Sep 17 00:00:00 2001 From: Wolf Date: Mon, 23 Nov 2015 00:30:58 -0500 Subject: [PATCH 2/2] bugfix ui/scripts/accounts.js L154 --- ui/scripts/accounts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/accounts.js b/ui/scripts/accounts.js index 37ae5c2d39ef..b95ebe7c459e 100644 --- a/ui/scripts/accounts.js +++ b/ui/scripts/accounts.js @@ -162,7 +162,7 @@ } }, error: function(xhr) { - }, + } }); } },