From 88e4a3d57cbecc71b64f95a443b3f9899fe5c048 Mon Sep 17 00:00:00 2001 From: GeorgeC Date: Wed, 12 Jun 2024 11:08:17 -0400 Subject: [PATCH] [ALS-6103] Changed URL for Ajax request in fenceLogin.js The URL for the Ajax request in the fenceLogin.js file has been updated. It has been changed from '/psama/authentication' to '/psama/authentication/fence'. --- .../src/main/webapp/psamaui/overrides/fenceLogin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biodatacatalyst-ui/src/main/webapp/psamaui/overrides/fenceLogin.js b/biodatacatalyst-ui/src/main/webapp/psamaui/overrides/fenceLogin.js index 9ba8ac10..34a4a49d 100644 --- a/biodatacatalyst-ui/src/main/webapp/psamaui/overrides/fenceLogin.js +++ b/biodatacatalyst-ui/src/main/webapp/psamaui/overrides/fenceLogin.js @@ -12,7 +12,7 @@ define(['picSure/settings', 'jquery', 'handlebars', 'text!login/fence_login.hbs' $('#main-content').html("BioDataCatalyst authentication is successful. Processing UserProfile information..."); $.ajax({ - url: '/psama/authentication', + url: '/psama/authentication/fence', type: 'post', data: JSON.stringify({ code: code