HenkHui

Results 2 comments of HenkHui

Thanks for the quick response Brock. The e-mail is changed and the account state is set to not verified: if (!Configuration.RequireAccountVerification) { Tracing.Verbose("[UserAccountService.ChangeEmailRequest] RequireAccountVerification false, changing email"); account.IsAccountVerified = false;...

Ok, so, I changed the way the server is initialized in the packages directory to see whether it actually fixes the "hot reloading" by changing these lines in "node_modules/@bigcommerce/stencil-cli/server/config.js ```...