mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
fix path to utils
This commit is contained in:
@@ -13,7 +13,7 @@ import { AuthService } from '../../abstractions/auth.service';
|
||||
import { I18nService } from '../../abstractions/i18n.service';
|
||||
import { StorageService } from '../../abstractions/storage.service';
|
||||
|
||||
import { Utils } from 'jslib/misc/utils';
|
||||
import { Utils } from '../../misc/utils';
|
||||
|
||||
const Keys = {
|
||||
rememberedEmail: 'rememberedEmail',
|
||||
|
||||
Reference in New Issue
Block a user