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 67208d3 commit a86b120Copy full SHA for a86b120
packages-exp/auth-exp/src/api/index.ts
@@ -23,7 +23,7 @@ import { Delay } from '../core/util/delay';
23
import { _emulatorUrl } from '../core/util/emulator';
24
import { FetchProvider } from '../core/util/fetch_provider';
25
import { Auth } from '../model/public_types';
26
-import { AuthInternal as AuthInternal } from '../model/auth';
+import { AuthInternal } from '../model/auth';
27
import { IdTokenResponse, TaggedWithTokenResponse } from '../model/id_token';
28
import { IdTokenMfaResponse } from './authentication/mfa';
29
import { SERVER_ERROR_MAP, ServerError, ServerErrorMap } from './errors';
0 commit comments