Web: Client: SSO: fix upload metadata

This commit is contained in:
Nikolay Rechkin 2022-07-27 11:11:16 +03:00
parent 334d1d3969
commit 7ba0e002d2

View File

@ -263,7 +263,7 @@ class SsoFormStore {
if (!file.type.includes("text/xml")) return console.log("invalid format");
const data = new FormData();
data.append("file", file);
data.append("metadata", file);
try {
this.onLoadXML = true;