1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

move cipherService to jslib

This commit is contained in:
Kyle Spearrin
2018-01-09 23:05:46 -05:00
parent 16a3555cd4
commit d6eeab7b23
9 changed files with 17 additions and 537 deletions

View File

@@ -7,11 +7,10 @@ import AutofillField from '../models/domain/autofillField';
import AutofillPageDetails from '../models/domain/autofillPageDetails';
import AutofillScript from '../models/domain/autofillScript';
import CipherService from './cipher.service';
import { UtilsService } from 'jslib/services';
import {
CipherService,
PlatformUtilsService,
TokenService,
TotpService,