From 395612dffea06b52153b7a6acf22ab33207c9346 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 8 Nov 2016 11:04:15 -0800 Subject: ui: allow removing accounts --- ui/app/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/app/app.js') diff --git a/ui/app/app.js b/ui/app/app.js index 75c7cb8..a27cba6 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -21,12 +21,12 @@ class Application { start() { Provider.list(false).then(domains => { - Account.initialize_list(domains) + Account.initializeList(domains) Account.active().then(account => { if (account == null) { this.show('greeter') } else { - Account.add_primary(account) + Account.addPrimary(account) this.show('main', {initialAccount: account}) } }, error => { -- cgit v1.2.3