diff --git a/web/src/utils/Server.js b/web/src/utils/Server.js index 41b1058ff09b220fb63d9a3b3a53c322d44d4ae3..6d3a0cd1f70d8df3bd3b0270ffbad1114e9d43b0 100644 --- a/web/src/utils/Server.js +++ b/web/src/utils/Server.js @@ -76,7 +76,7 @@ class Server { fetch(`${this.origin}/api/Login/Login`, { method: 'POST', headers: { - 'Content-Type': 'global.application/x-www-form-urlencoded' + 'Content-Type': 'application/x-www-form-urlencoded' }, body: `Username=${username}&Password=${password}` }).then(response => {