Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: adapt for @hoodie/account-client@5
BREAKING CHANGE: Before ```js var account = new Account(options) alert("Ohaj, " + account.username) ``` Now ```js var account = new Account(options) account.ready.then(function () { alert("Ohaj, " + account.username) }) ```"
- Loading branch information