mirror of
https://github.com/bitwarden/jslib
synced 2025-12-20 18:23:52 +00:00
@@ -1,6 +1,6 @@
|
||||
import { TwoFactorProviderType } from '../enums';
|
||||
import { TwoFactorProviderType } from '../enums/twoFactorProviderType';
|
||||
|
||||
import { AuthResult } from '../models/domain';
|
||||
import { AuthResult } from '../models/domain/authResult';
|
||||
|
||||
export abstract class AuthService {
|
||||
email: string;
|
||||
|
||||
Reference in New Issue
Block a user