JWT on register

System Information
  • Strapi Version: 3.4.6
  • Operating System: ubuntu
  • Database: pgsql
  • Node Version: 15.1.0
  • NPM Version: 7.0.8
  • Yarn Version: -

When I register an account in strapi I receive a JWT in the response. But when i check my localstorage there is no token stored in it. But, when I relog with the same account and I check my localstorage again I see that there is a JWT stored in it.
Are there any people around here that have had the same issue as me or does anyone know how I can fix this?