register is always error for XSRF validation error
my register form always return empty error and oops . i consider code on API and maybe error raise for xsrf token check . when i remove the line : ` if (!Core\Security\XSRF::validateRequest()) { return False ; } ` on back/engine/controller/api/v1/register.php -> function post that is work fine.
issue