Merge remote-tracking branch 'origin/fix-register-auth-with-new-spec' into fix-register-auth-with-new-spec

pull/21833/head
Marcel 2020-04-08 20:55:19 +02:00
commit a6fc235461
1 changed files with 1 additions and 2 deletions

View File

@ -244,8 +244,7 @@ export default createReactClass({
};
try {
await this._makeRegisterRequest(null);
// This should never succeed since we specified an empty
// auth object.
// This should never succeed since we're doing UIA
console.log("Expecting 401 from register request but got success!");
} catch (e) {
if (e.httpStatus === 401) {