Skip to content

Commit

Permalink
write encrypted url
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocavalin-lp committed Apr 9, 2024
1 parent 6d723c6 commit fb24564
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd-generate.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ int cmd_generate(int argc, char **argv)
if (username)
account_set_username(found, username, key);
if (url) {
free(found->url);
found->url = url;
account_set_url(found, xstrdup(url), key, &session->feature_flag);
}
if (notes_expansion && notes_collapsed) {
found = notes_collapsed;
Expand Down

0 comments on commit fb24564

Please sign in to comment.