magic-link icon indicating copy to clipboard operation
magic-link copied to clipboard

The magic connector is always sending login request to my email every time I refresh the browser

Open stepheljobs opened this issue 3 years ago • 1 comments

stepheljobs avatar Nov 24 '22 23:11 stepheljobs

You can disable auto-connection in the MagicConnector options.

{
  doNotAutoConnect: true,
  apiKey: XXXXX,
  ...
}

shealan avatar Feb 15 '23 07:02 shealan