Skip to content

Commit ce6341a

Browse files
committed
Return if already attached.
1 parent e0ba6df commit ce6341a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/auth/src/core/auth/emulator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export function connectAuthEmulator(
7777
authInternal,
7878
AuthErrorCode.EMULATOR_CONFIG_FAILED
7979
);
80+
return;
8081
}
8182

8283
authInternal.config.emulator = emulator;

0 commit comments

Comments
 (0)