diff --git a/firefox_addon/lib/main.js b/firefox_addon/lib/main.js index 4d51f33..25e6651 100644 --- a/firefox_addon/lib/main.js +++ b/firefox_addon/lib/main.js @@ -209,6 +209,14 @@ function ask_server(form, field, logins, domain, wdomain, mkey, salt, submit) form.removeEventListener("submit", on_sumbit, true); form.submit(); } + else + { + notifications.notify({ + title: "gPasss", + text: "Password successfully replaced", + data: "Password successfully replaced", + }); + } } else { diff --git a/firefox_addon/package.json b/firefox_addon/package.json index b289c75..21c7a7f 100644 --- a/firefox_addon/package.json +++ b/firefox_addon/package.json @@ -5,7 +5,7 @@ "description": "gPass : global password manager", "author": "Grégory Soutadé", "license": "GNU GPL v3", - "version": "0.5", + "version": "0.5.1", "preferences": [ { "name": "account_url",