mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
update jslib
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 7d49902eea...bc31867e1a
@@ -22,8 +22,7 @@ export class LoginCommand extends BaseLoginCommand {
|
||||
i18nService: I18nService, environmentService: EnvironmentService,
|
||||
passwordGenerationService: PasswordGenerationService) {
|
||||
super(authService, apiService, i18nService, environmentService, passwordGenerationService,
|
||||
cryptoFunctionService);
|
||||
this.clientId = 'cli';
|
||||
cryptoFunctionService, 'cli');
|
||||
this.validatedParams = async () => {
|
||||
const key = await cryptoFunctionService.randomBytes(64);
|
||||
process.env.BW_SESSION = Utils.fromBufferToB64(key);
|
||||
|
||||
Reference in New Issue
Block a user