1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 11:13:46 +00:00

more fixes

This commit is contained in:
Kyle Spearrin
2017-10-16 10:20:46 -04:00
parent 176b9a8ed0
commit fd146afb69
3 changed files with 25 additions and 8 deletions

View File

@@ -314,8 +314,7 @@ function initLoginService() {
var deferred = Q.defer();
var self = this,
// TODO
request = new CipherRequest(cipher, 1); // 1 = Login
request = new CipherRequest(cipher);
if (!cipher.id) {
self.apiService.postCipher(request).then(apiSuccess, function (response) {