Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Nov 26, 2023
1 parent f6a9c46 commit 828e13a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/app/view/dialog/LoginController.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Ext.define('Traccar.view.dialog.LoginController', {
url: 'api/session',
params: form.getValues(),
callback: function (options, success, response) {
var user, password;
Ext.get('spinner').setVisible(false);
if (success) {
Traccar.app.setUser(Ext.decode(response.responseText));
Expand Down

0 comments on commit 828e13a

Please sign in to comment.