From db867d1a58b8bd3d871d90c768664c2233f09a48 Mon Sep 17 00:00:00 2001
From: David Baker <dave@matrix.org>
Date: Mon, 10 Jun 2019 16:27:27 +0100
Subject: [PATCH] s/setBusy/busyChanged/

---
 src/components/structures/InteractiveAuth.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/structures/InteractiveAuth.js b/src/components/structures/InteractiveAuth.js
index e1722c9745..ccc906601c 100644
--- a/src/components/structures/InteractiveAuth.js
+++ b/src/components/structures/InteractiveAuth.js
@@ -93,7 +93,7 @@ export default React.createClass({
         this._authLogic = new InteractiveAuth({
             authData: this.props.authData,
             doRequest: this._requestCallback,
-            setBusy: this._setBusy,
+            busyChanged: this._onBusyChanged,
             inputs: this.props.inputs,
             stateUpdated: this._authStateUpdated,
             matrixClient: this.props.matrixClient,
@@ -175,7 +175,7 @@ export default React.createClass({
         return this.props.makeRequest(auth);
     },
 
-    _setBusy: function(busy) {
+    _onBusyChanged: function(busy) {
         // if we've started doing stuff, reset the error messages
         if (busy) {
             this.setState({