Add a message when password is replaced but not submitted (@_ function)
This commit is contained in:
parent
f8472d7ca4
commit
f5a0da3f69
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user