Skip to content

Commit

Permalink
[ALS-6103] Changed URL for Ajax request in fenceLogin.js
Browse files Browse the repository at this point in the history
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'.
  • Loading branch information
Gcolon021 committed Jul 10, 2024
1 parent 68ac095 commit 88e4a3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88e4a3d

Please sign in to comment.