mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
private keys, rsa dec, org keys w/ login dec
This commit is contained in:
@@ -283,7 +283,7 @@ function initApiService() {
|
||||
handleTokenState(self).then(function (token) {
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
url: self.baseUrl + '/ciphers?access_token2=' + token,
|
||||
url: self.baseUrl + '/ciphers?includeFolders=true&includeShared=true&access_token2=' + token,
|
||||
dataType: 'json',
|
||||
success: function (response) {
|
||||
var data = [];
|
||||
|
||||
Reference in New Issue
Block a user