mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
lib updates for login view on desktop
This commit is contained in:
@@ -2,7 +2,7 @@ import { ConstantsService } from './constants.service';
|
||||
import { UtilsService } from './utils.service';
|
||||
|
||||
import { StorageService } from '../abstractions/storage.service';
|
||||
import { TokenService as TokenServiceInterface } from '../abstractions/token.service';
|
||||
import { TokenService as TokenServiceAbstraction } from '../abstractions/token.service';
|
||||
|
||||
const Keys = {
|
||||
accessToken: 'accessToken',
|
||||
@@ -10,7 +10,7 @@ const Keys = {
|
||||
twoFactorTokenPrefix: 'twoFactorToken_',
|
||||
};
|
||||
|
||||
export class TokenService implements TokenServiceInterface {
|
||||
export class TokenService implements TokenServiceAbstraction {
|
||||
token: string;
|
||||
decodedToken: any;
|
||||
refreshToken: string;
|
||||
|
||||
Reference in New Issue
Block a user