Open cvkmohan opened 3 months ago
When we use the mix phx.gen.auth command, nextls is showing 3 warnings. All of them related to Bcrypt. It says module BCrypt is not available or not defined. However, no compilation errors or run time errors. What could be the reason?
mix phx.gen.auth
nextls
Bcrypt
BCrypt
When we use the
mix phx.gen.auth
command,nextls
is showing 3 warnings. All of them related toBcrypt
. It says moduleBCrypt
is not available or not defined. However, no compilation errors or run time errors. What could be the reason?