mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
more fixes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user