1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

There is no more server notices invite on signup

This commit is contained in:
Travis Ralston
2018-11-01 18:20:55 -06:00
parent f607cb2702
commit d57a56d7a8
4 changed files with 0 additions and 61 deletions

View File

@@ -14,7 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
const acceptTerms = require('./consent');
const assert = require('assert');
module.exports = async function signup(session, username, password, homeserver) {