Skip to content

Commit f3bf78f

Browse files
committed
chore(profile-sync-controller): fix new linter warnings
1 parent aacb89d commit f3bf78f

File tree

1 file changed

+0
-2
lines changed
  • packages/profile-sync-controller/src/sdk/authentication-jwt-bearer

1 file changed

+0
-2
lines changed

packages/profile-sync-controller/src/sdk/authentication-jwt-bearer/flow-srp.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import type {
1111
AuthConfig,
1212
AuthSigningOptions,
1313
AuthStorageOptions,
14-
ErrorMessage,
1514
IBaseAuth,
1615
LoginResponse,
1716
UserProfile,
@@ -28,7 +27,6 @@ import {
2827
isSnapConnected,
2928
} from '../utils/messaging-signing-snap-requests';
3029
import { validateLoginResponse } from '../utils/validate-login-response';
31-
import { Env } from '../../shared/env';
3230

3331
type JwtBearerAuth_SRP_Options = {
3432
storage: AuthStorageOptions;

0 commit comments

Comments
 (0)