mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
sync page
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
angular
|
||||
.module('bit.settings')
|
||||
|
||||
.controller('settingsController', function ($scope, loginService, $state, syncService, SweetAlert, utilsService) {
|
||||
$scope.sync = function () {
|
||||
syncService.fullSync(function () {
|
||||
alert('Sync done!');
|
||||
});
|
||||
};
|
||||
|
||||
.controller('settingsController', function ($scope, loginService, $state, SweetAlert, utilsService) {
|
||||
$scope.logOut = function () {
|
||||
SweetAlert.swal({
|
||||
title: 'Log Out',
|
||||
|
||||
Reference in New Issue
Block a user