mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-09 12:03:55 +00:00
update jslib
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 3303e60b40...4bce071498
@@ -73,7 +73,7 @@ export class SyncService {
|
||||
const reqJson = JSON.stringify(req);
|
||||
|
||||
let hash: string = null;
|
||||
const hashBuf = await this.cryptoFunctionService.hash(this.apiService.baseUrl + reqJson, 'sha256');
|
||||
const hashBuf = await this.cryptoFunctionService.hash(this.apiService.apiBaseUrl + reqJson, 'sha256');
|
||||
if (hashBuf != null) {
|
||||
hash = Utils.fromBufferToB64(hashBuf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user