Skip to content
Snippets Groups Projects
Commit e1cf8f32 authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent 82ddbdf4
Branches
Tags
No related merge requests found
......@@ -258,7 +258,7 @@ function ajaxLogin(form) {
salt, btoa(unescape(encodeURIComponent(form.elements[i].value)))
);
// hex encode the encrypted password
params[form.elements[i].name] = hexEncode(password)
params[form.elements[i].name] = hexEncode(password);
} else {
params[form.elements[i].name] = form.elements[i].value;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment