← Back to context

Comment by danenania

4 days ago

It should already be skipping the email validation step in local mode. Is it showing up for you?

I’ll look into the detached mode, thanks!

Yes, it showed up for me, luckily I had the logs open and remembered that was the solution in v1 (it wasn’t documented back then iirc). I git pulled in the same directory I ran v1 in so maybe there’s some sort of left over config or something?

  • Email pins are disabled based on a LOCAL_MODE environment variable, which is set in the docker-compose config. I'll take a look.