Update documentation and auth dict submissions

This commit is contained in:
Travis Ralston 2020-05-27 13:16:49 -06:00
parent 81cae66732
commit 9e2d80b8c8
2 changed files with 2 additions and 3 deletions

View file

@ -248,8 +248,7 @@ export default createReactClass({
// need to.
if (!this.state.doingUIAuth) {
await this._makeRegisterRequest(null);
// This should never succeed since we specified an empty
// auth object.
// This should never succeed since we specified no auth object.
console.log("Expecting 401 from register request but got success!");
}
} catch (e) {