DEV Community

Discussion on: Auth0 in React and Node

Collapse
 
lico profile image
SeongKuk Han • Edited

Great :)
I just have one suggestion, I think that would be bertter if you use code highlighting :) Just one of my opinion.

const userInfo = await axios.get('https://test.com/v1/test');
Enter fullscreen mode Exit fullscreen mode

Instead of

const userInfo = await axios.get('https://test.com/v1/test');
Enter fullscreen mode Exit fullscreen mode
Collapse
 
mavis_chen profile image
Mavis

Nice, let me try to use it, Thank you!