Till Theato
Till Theato
We do not have direct access to `message`. See #139.
@btecu How would you propose to expose the close functionality? By rebasing on master I was able to break the tests even more. Previously it only failed for some ember...
@btecu I will try to give it a shot later today
@btecu Sorry for the lack of response. I started working on this, but noticed that we would have to port all the tests to latest ember-mocha, which is quite a...
Sure, sounds like a cleaner approach.
I was able to workaround this by adding the following to my `AccountAdapter`: ```python def login(self, request, user): pass def get_login_redirect_url(self, request): """ See above on `login` """ return ''...