No need to explicitly pass in inhibitLogin

This commit is contained in:
RMidhunSuresh 2022-02-01 17:40:09 +05:30
parent 5e93e048ab
commit 755f934eb2

View file

@ -139,7 +139,6 @@ export class Client {
username,
password,
initialDeviceDisplayName,
inhibitLogin: true
});
let stage = await registration.start();
return stage;