diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-07 18:26:41 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-07 18:26:41 -0400 |
commit | bb32165e870b0b17de400dc1d031df0a4529aa64 (patch) | |
tree | 38baf4adaaeeb654d96cff2c9528db5e6073e1e9 /www/app/models/dummy_account.js | |
parent | 1e994786fea5daa16d9f384c24fbc2b2a6280291 (diff) |
[refactor] user is now in bonafide namespace
Diffstat (limited to 'www/app/models/dummy_account.js')
-rw-r--r-- | www/app/models/dummy_account.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/app/models/dummy_account.js b/www/app/models/dummy_account.js index bf0391b..99fb662 100644 --- a/www/app/models/dummy_account.js +++ b/www/app/models/dummy_account.js @@ -22,7 +22,7 @@ export default class DummyAccount { login(password) {return this.account.login(password)} logout() { - return bitmask.user.logout(this.address).then( + return bitmask.bonafide.user.logout(this.address).then( response => { this._authenticated = false this._address = '@' + this.domain |