You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Poop, the password reset section in ember-authenticate-me wasn't reusable. Can we make it reusable in the library instead? Something like this in addon/controllers/reset-password should work:
Poop, the password reset section in
ember-authenticate-me
wasn't reusable. Can we make it reusable in the library instead? Something like this inaddon/controllers/reset-password
should work:Then in both the addon controller and in your code, it could be used like this:
The
catch
part of the promise will work too. Let me know if that isn't clear.The text was updated successfully, but these errors were encountered: