remove unecessary link
This commit is contained in:
parent
5be2aaa289
commit
f67413f3dd
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue