mirror of
https://github.com/logto-io/logto.git
synced 2025-02-03 21:48:55 -05:00
refactor(console): fix contact email (#3517)
This commit is contained in:
parent
ec7e17f2c5
commit
69f563a056
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ type Props = {
|
|||
onClose: () => void;
|
||||
};
|
||||
|
||||
const contactUsEmail = 'logto@silverhand.io';
|
||||
const contactUsEmail = 'contact@logto.io';
|
||||
const mailToLink = `mailto:${contactUsEmail}?subject=Account%20Deletion%20Request`;
|
||||
|
||||
const DeleteAccountModal = ({ isOpen, onClose }: Props) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue