desenvolvedor-io / dev-store

A microservices e-commerce reference application built with ASP.NET 6
https://devstore.academy
MIT License
1.05k stars 196 forks source link

fix: fix method GetUserToken() to return null #38

Open leandrosa opened 5 months ago

leandrosa commented 5 months ago

Fix the method GetUserToken() to return null because all the code that calls this method compares the output with null, but this method doesn't return null.