diff options
-rw-r--r-- | web/app/view/Login.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/Login.js b/web/app/view/Login.js index e60514d75..14a3fa41f 100644 --- a/web/app/view/Login.js +++ b/web/app/view/Login.js @@ -34,8 +34,8 @@ Ext.define('Traccar.view.Login', { autoEl: { tag: 'form', - method: 'POST', - action: 'blank', + method: 'GET', + action: 'favicon.ico', target: 'submitTarget' }, |