mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
No need to explicitly pass in inhibitLogin
This commit is contained in:
parent
5e93e048ab
commit
755f934eb2
@ -139,7 +139,6 @@ export class Client {
|
|||||||
username,
|
username,
|
||||||
password,
|
password,
|
||||||
initialDeviceDisplayName,
|
initialDeviceDisplayName,
|
||||||
inhibitLogin: true
|
|
||||||
});
|
});
|
||||||
let stage = await registration.start();
|
let stage = await registration.start();
|
||||||
return stage;
|
return stage;
|
||||||
|
Loading…
Reference in New Issue
Block a user