Site Details
Site name: https://admiring-saha-d8d745.netlify.app/
GitHub repo: https://github.com/connorocampo/dotdev
Netlify CMS not able to confirm email address.
First, I signed up and then I confirmed my email address. After that, I tried logging in but I get a ‘Email not confirmed’ message.
During set up, I went through all the steps listed here (https://www.netlifycms.org/docs/add-to-your-site/) except importing this:
import CMS from 'netlify-cms'
// Now the registry is available via the CMS object.
CMS.registerPreviewTemplate('my-template', MyTemplate)
Not sure where that should go.
This is my first time trying to add Netlify CMS to my Gatsby site. I’m not very well versed in Gatsby/React either but I’m just sort of experimenting to see if I can hack this together. Any help with how I can fix this would be appreciated.
Edit: Looks like I didn’t add the second widget tag…
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
…to my main index file.