Hide Netlify Identity

Is it possible to hide the Netlify Identity widget after the user has logged in?

Sure:

netlifyIdentity.on('login', () => netlifyIdentity.close());

Great thanks - works perfectly

Great! You can find more events and examples here:

Thanks for sharing that Tom and @psionman glad our Pilot was able to help?