calm-controller-73297
01/22/2023, 7:11 AMif (!(await auth.isAuthenticated())) {_launchURL(baseUrl); return; }
... it actually looks like _dio.get('/sessions/whoami')
is returning the index (and a 200)... is this the proxy? Or do I need to configure something in my project for this to work?