diff options
Diffstat (limited to 'web/app/view')
-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 9c8187ed6..4f04a0f37 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: 'GET', - action: 'blank.html', + method: 'POST', + action: 'fake-login.html', target: 'submitTarget' }, |