Skip to content

Commit eea574f

Browse files
Update emulator.ts
1 parent e65084a commit eea574f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ export function connectAuthEmulator(
9797
authInternal.emulatorConfig = emulatorConfig;
9898
authInternal.settings.appVerificationDisabledForTesting = true;
9999

100+
// Workaround to get cookies in Firebase Studio
100101
if (isCloudWorkstation(host)) {
101-
// Workaround to get cookies in Firebase Studio
102102
void pingServer(`${protocol}//${host}${portStr}`);
103103
} else if (!disableWarnings) {
104104
emitEmulatorWarning();

0 commit comments

Comments
 (0)