Skip to content

Commit

Permalink
Clean up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Oct 17, 2024
1 parent deaa83f commit e408e6b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ Behaviour.specify(".specific-user-authorization", "checkPasswordRequired", 0, fu

var onchange = function(evt) {
var url = useridField.getAttribute("checkPasswordRequestedUrl");
var params = new URLSearchParams({ "userid": useridField.value});
var params = new URLSearchParams({
userid: useridField.value,
});
fetch(url + "?" + params, {
method: "post",
headers: crumb.wrap({}),
Expand Down

0 comments on commit e408e6b

Please sign in to comment.