We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacb89d commit f3bf78fCopy full SHA for f3bf78f
packages/profile-sync-controller/src/sdk/authentication-jwt-bearer/flow-srp.ts
@@ -11,7 +11,6 @@ import type {
11
AuthConfig,
12
AuthSigningOptions,
13
AuthStorageOptions,
14
- ErrorMessage,
15
IBaseAuth,
16
LoginResponse,
17
UserProfile,
@@ -28,7 +27,6 @@ import {
28
27
isSnapConnected,
29
} from '../utils/messaging-signing-snap-requests';
30
import { validateLoginResponse } from '../utils/validate-login-response';
31
-import { Env } from '../../shared/env';
32
33
type JwtBearerAuth_SRP_Options = {
34
storage: AuthStorageOptions;
0 commit comments