UI: Remove unused getCredenatislSecrets function

This commit is contained in:
Ilija Lazoroski 2022-07-18 12:10:19 +02:00
parent 07b4956717
commit 67e67441c1
1 changed files with 0 additions and 9 deletions

View File

@ -5,15 +5,6 @@ export function getAllUsernames(stolen, configured){
return usernames;
}
export function getCredentialsSecrets(credentials, credential_type) {
let secrets = [];
for(let i = 0; i < credentials.length; i++){
secrets.push(credentials[i]['secrets'][0][credential_type]);
}
return secrets;
}
export function getCredentialsUsernames(credentials) {
let usernames = [];
for(let i = 0; i < credentials.length; i++){