Skip to content

Commit

Permalink
Drop the no longer valid comments from the external login js code
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Jan 16, 2019
1 parent 096a2ca commit 32c619a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/assets/javascripts/miq_application.js
Original file line number Diff line number Diff line change
Expand Up @@ -730,10 +730,6 @@ function miqAjaxAuthSso(url) {
miqEnableLoginFields(false);
miqSparkleOn();

// Note: /dashboard/kerberos_authenticate creates an API token
// based on the authenticated external user
// and stores it in localStorage.miq_token

miqJqueryRequest(url || '/dashboard/kerberos_authenticate', {
beforeSend: true,
});
Expand All @@ -744,10 +740,6 @@ function miqAjaxExtAuth(url) {
miqEnableLoginFields(false);
miqSparkleOn();

// Note: /dashboard/external_authenticate creates an API token
// based on the authenticated external user
// and stores it in localStorage.miq_token

var credentials = {
login: $('#user_name').val(),
password: $('#user_password').val(),
Expand Down

0 comments on commit 32c619a

Please sign in to comment.