mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
organization signup
This commit is contained in:
@@ -132,7 +132,7 @@ angular
|
||||
};
|
||||
|
||||
_service.makeShareKey = function () {
|
||||
return forge.random.getBytesSync(32);
|
||||
return _service.rsaEncrypt(forge.random.getBytesSync(32));
|
||||
};
|
||||
|
||||
_service.hashPassword = function (password, key) {
|
||||
|
||||
Reference in New Issue
Block a user