Hello,
Is there any way to recover my account from its current broken state? Currently, when `miro.com/app` attempts to load it tries to create a JavaScript object and store it in at the `rtb` variable. This object has some syntax errors that is preventing the app from finishing its load. I validated this was the problem by intercepting it with an HTTP proxy and modifying the value to be syntactically correct. My efforts to correct this issue have failed, however and the value is reused in a number of places making it infeasible to manipulate this value every time it is set.
Thanks,