User can now see retrieved passwords.

This commit is contained in:
Afonso Clerigo Mendes de Sousa 2025-02-27 13:04:08 +00:00
parent 142c958fed
commit a183733cb0
3 changed files with 4 additions and 1 deletions

BIN
KeyMaster

Binary file not shown.

Binary file not shown.

View File

@ -182,7 +182,10 @@ int main(void)
{
printf("No existing passwords, use \"addpass\" command to add a password to the list.\n");
}
else
{
printf("Level: %d\tKey: %s\n", req.level, req.key);
}
printf("<------->\n\n");
choice = prompNormalRequest(">> ");
if (strcmp(choice, "exit") == 0 || strcmp(choice, "quit") == 0 || strcmp(choice, "q") == 0)