remove unecessary link

This commit is contained in:
Lea 2024-01-18 10:19:20 +01:00
parent 5be2aaa289
commit f67413f3dd
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -31,7 +31,7 @@ export default function OwnCredentialsCard({ onPasswordChange }: { onPasswordCha
</Popover.Trigger>
<Popover.Content className="w-96">
<Text>
Your username uniquely identifies your account and therefore cannot be changed. If you need a different email address, you can <Link onClick={() => alert("todo")}>request an alias</Link> instead.
Your username uniquely identifies your account and therefore cannot be changed. If you need a different email address, you can request an alias instead.
</Text>
</Popover.Content>
</Popover.Root>