Closed 3dkrender closed 3 months ago
Update
Does the 'verified' option refer to email verification?
If so, during the account creation process there is no option to request a verification email (at least I haven't seen one, so if there is one, it doesn't seem very intuitive or accessible) nor is one automatically sent. If the email address needs to be verified, the verification email should be sent automatically without any request.
Fixed with the backend update
When I try to log in from an app using a temporary account I get the message "User declined to share their user account" when call to login()
I can see the temporary account created in MyCloudWallet and in the app I have enabled the flag 'returnTempAccounts'
https://github.com/worldwide-asset-exchange/waxjs/blob/fe2ae4863b654514c0cf78cfe31a7838334d3100/src/WaxSigningApi.ts#L292C3-L308C6
Is there any verification issue with temporary accounts?