[SOLVED] Custom link message?

I know we can use a custom log in message when authenticating, but can we use a custom log in message when linking a user? if so how do we pass it into Moralis.link

Nvm I solved this. For anyone else wondering its something like this: await Moralis.link(_account, {
signingMessage:
โ€œSign this message to link this address to your accountโ€,
});