Skip to content

Commit

Permalink
🩹 front: removing the password on an expired public link doesnt need …
Browse files Browse the repository at this point in the history
…a warning (#50)
  • Loading branch information
ericlinagora committed May 13, 2024
1 parent 5755e72 commit a524df0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const PasswordEditorRow = (props: {
if (checked && !currentEditedPassword.length)
setCurrentEditedPassword(!props.password?.length ? Math.random().toString(36).slice(-8) : props.password);
} else
setIsConfirmingPasswordRemoval(true);
confirmSavePassword("");
}}
/>
}
Expand Down

0 comments on commit a524df0

Please sign in to comment.