Prevent use of saml2-js version 2.1.0 or superior as it break some XML output.

This can be restored when this PR is merged: https://github.com/Clever/saml2/pull/229
This commit is contained in:
Louis 2021-02-09 15:09:34 +01:00 committed by Chocobozzz
parent 57cd1168bb
commit ee0420ac5a

View File

@ -19,6 +19,6 @@
"clientScripts": [],
"translations": {},
"dependencies": {
"saml2-js": "^2.0.5"
"saml2-js": "~3.0.1"
}
}