You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`The credential with id "${credential.id}" is already owned by the user with the id "${credentialOwner}". It can't be re-owned by the user with the id "${flags.userId}"`,
100
+
);
101
+
}
102
+
}
103
+
92
104
if(typeofcredential.data==='object'){
93
105
// plain data / decrypted input. Should be encrypted first.
94
106
credential.data=cipher.encrypt(credential.data);
@@ -116,6 +128,15 @@ export class ImportCredentialsCommand extends BaseCommand {
`The credential with id "${credential.id}" is already owned by the user with the id "${credentialOwner}". It can't be re-owned by the user with the id "${flags.userId}"`,
136
+
);
137
+
}
138
+
}
139
+
119
140
if(typeofcredential.data==='object'){
120
141
// plain data / decrypted input. Should be encrypted first.
121
142
credential.data=cipher.encrypt(credential.data);
@@ -142,15 +163,23 @@ export class ImportCredentialsCommand extends BaseCommand {
0 commit comments