Authentication Message Include Id: xxxxxxxx

Screen Shot 2021-11-08 at 11.12.59 AM

authenticate({ signingMessage: 'Hello' })

The default signing message always display a long id string with a bunch of random characters that the users don’t need to see. How do hide that from the user?

Thank you

you can not hide that from user as it is part of the message that will get signed

thanks for the fast response. Why does the sample screenshot on the documentation page not show the id? I suspect the id information isn’t completely necessary.

https://docs.moralis.io/moralis-server/users/crypto-login#changing-sign-in-message

Thanks, we will have to add it in that documentation page sample screenshot.