Rachel Clark

Results 2 issues of Rachel Clark

I think this function is better as a promise. ```suggestion asyncData = (context) => new Promise((resolve, reject) => { context.$axios.$get('auth/discord/redirect') .then(result => resolve(result)) .catch(reason => reject(reason)) }) ``` _Originally posted...

enhancement
good first issue

When a VM fails for some reason and a user gets disconnected and reconnected to aperture. The browser continues making requests to connect with ALL JWT tokens it has received...

bug