1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-09 10:22:46 +03:00
This commit is contained in:
David Baker
2017-03-15 14:21:34 +00:00
parent a8a7d327ff
commit 7777cbf6da

View File

@@ -339,7 +339,9 @@ InteractiveAuth.prototype = {
// in general this is not really going to be an accurate error message.
// Ideally this would signal what inputs could be removed such that a matching
// flow could be found.
throw new Error("This server does not support registration with a phone number");
throw new Error(
"This server does not support registration with a phone number",
);
}
console.log("Active flow => %s", JSON.stringify(flow));
const nextStage = this._firstUncompletedStage(flow);