summaryrefslogtreecommitdiff
path: root/www/app/models/dummy_account.js
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-09-07 18:26:41 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-09-07 18:26:41 -0400
commitbb32165e870b0b17de400dc1d031df0a4529aa64 (patch)
tree38baf4adaaeeb654d96cff2c9528db5e6073e1e9 /www/app/models/dummy_account.js
parent1e994786fea5daa16d9f384c24fbc2b2a6280291 (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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/app/models/dummy_account.js b/www/app/models/dummy_account.js
index bf0391be..99fb6623 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