fix: upgrade frontend auth (#168)

* fix: delay closing a form on success so a user can read the message

* fix: update test

* fix: upgrade frontend-auth to stop logging login redirects as errors
This commit is contained in:
Adam Butterworth
2019-05-02 15:23:39 -04:00
committed by GitHub
parent 63880ae05a
commit 0f72a5d5b0
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2587,9 +2587,9 @@
}
},
"@edx/frontend-auth": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-auth/-/frontend-auth-5.0.0.tgz",
"integrity": "sha512-sBbmBStRxuzcfYmq0F+FQjRyMbvOr1y22rV1Hdg3V+AtkmLyK4NW1YZRVp2Nj+W8oaaQzJPI9CdrUjNdtmuHfA==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/@edx/frontend-auth/-/frontend-auth-5.1.1.tgz",
"integrity": "sha512-bkPTzSr4EO4VuceM+2Aks/fqoSfnUr/MWxkRS2WNNCrvLRhW26aG5eK3z6UtPCYS2CiUpflt6lJc5CQXBrAksA==",
"requires": {
"@edx/frontend-logging": "^2.0.0",
"axios": "^0.18.0",

View File

@@ -27,7 +27,7 @@
"@cospired/i18n-iso-languages": "^2.0.2",
"@edx/edx-bootstrap": "^2.0.1",
"@edx/frontend-analytics": "^1.0.0",
"@edx/frontend-auth": "^5.0.0",
"@edx/frontend-auth": "^5.1.1",
"@edx/frontend-component-footer": "^2.0.3",
"@edx/frontend-component-site-header": "^2.1.4",
"@edx/frontend-logging": "^2.0.0",