1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

formatting

This commit is contained in:
Kyle Spearrin
2016-09-22 13:15:42 -04:00
parent a57897b0c7
commit f28b690a2a
15 changed files with 57 additions and 45 deletions

View File

@@ -1,7 +1,8 @@
angular
.module('bit.services')
.factory('loginService', function (cryptoService, apiService, userService, tokenService, $q, syncService, $rootScope, siteService, folderService) {
.factory('loginService', function (cryptoService, apiService, userService, tokenService, $q, syncService,
$rootScope, siteService, folderService) {
var _service = {};
_service.logIn = function (email, masterPassword) {