You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-09 10:22:46 +03:00
Lint
This commit is contained in:
@@ -339,7 +339,9 @@ InteractiveAuth.prototype = {
|
|||||||
// in general this is not really going to be an accurate error message.
|
// 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
|
// Ideally this would signal what inputs could be removed such that a matching
|
||||||
// flow could be found.
|
// 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));
|
console.log("Active flow => %s", JSON.stringify(flow));
|
||||||
const nextStage = this._firstUncompletedStage(flow);
|
const nextStage = this._firstUncompletedStage(flow);
|
||||||
|
Reference in New Issue
Block a user