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
If I currently send a request like account.request({type: 'authtoken', username: 'foo'}) the server will respond with a 409 saying that type must be passwordreset
The text was updated successfully, but these errors were encountered:
follow up for #30.
If I currently send a request like
account.request({type: 'authtoken', username: 'foo'})
the server will respond with a409
saying thattype
must bepasswordreset
The text was updated successfully, but these errors were encountered: