1
0
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:
Kyle Spearrin
2017-04-24 10:39:05 -04:00
parent 2be7d1a242
commit 8c38480db8
7 changed files with 348 additions and 86 deletions

View File

@@ -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 = [];