mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 16:41:35 +00:00
add mail check
This commit is contained in:
Vendored
+1
-1
@@ -125,7 +125,7 @@ function resendUserInvite (event) {
|
||||
event.stopPropagation();
|
||||
const id = event.target.parentNode.dataset.vwUserUuid;
|
||||
const email = event.target.parentNode.dataset.vwUserEmail;
|
||||
if (!id) {
|
||||
if (!id || !email) {
|
||||
alert("Required parameters not found!");
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user