Compare commits

...

1 Commits

Author SHA1 Message Date
cd8b6016ab update success message of share secret 2024-06-25 16:05:55 -04:00

View File

@ -98,7 +98,7 @@ export const AddShareSecretForm = ({
);
createNotification({
text: "Successfully created a shared secret",
text: "Successfully shared selected secret",
type: "success"
});
} catch (err) {