diff options
Diffstat (limited to 'web/app/view/Login.js')
-rw-r--r-- | web/app/view/Login.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/Login.js b/web/app/view/Login.js index 14a3fa41f..9c8187ed6 100644 --- a/web/app/view/Login.js +++ b/web/app/view/Login.js @@ -35,7 +35,7 @@ Ext.define('Traccar.view.Login', { autoEl: { tag: 'form', method: 'GET', - action: 'favicon.ico', + action: 'blank.html', target: 'submitTarget' }, |