Account panel UI

This commit is contained in:
Mo Bitar
2018-12-12 11:59:50 -06:00
parent 66d96454e6
commit 3fb183b194
4 changed files with 43 additions and 27 deletions

View File

@@ -14,6 +14,11 @@ class AccountMenu {
'ngInject';
$scope.formData = {mergeLocal: true, ephemeral: false};
// testing:
// $scope.formData.status = "Generating Login Keys...";
// $scope.formData.authenticating = true;
$scope.user = authManager.user;
syncManager.getServerURL().then((url) => {
@@ -171,7 +176,7 @@ class AccountMenu {
$scope.openPrivilegesModal = async function() {
$scope.close();
let run = () => {
$timeout(() => {
privilegesManager.presentPrivilegesManagementModal();