Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(login): fix login with custom uri (#10378)
Browse files Browse the repository at this point in the history
Refs: MON-11515
  • Loading branch information
kduret committed Nov 2, 2021
1 parent 6bbce09 commit 24f9b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/include/core/login/template/login.ihtml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
jQuery('form[name="login"]').submit(() => {
jQuery('input[type="submit"]').prop('disabled', true)
jQuery.ajax({
url: '/centreon/authentication/providers/configurations/local',
url: './authentication/providers/configurations/local',
data: JSON.stringify({
login: jQuery('input[name="useralias"]').val(),
password: jQuery('input[name="password"]').val()
Expand Down

0 comments on commit 24f9b2a

Please sign in to comment.