Skip to content

Commit a6edd0c

Browse files
committed
Fixed issue where port was set to null
1 parent 080a90d commit a6edd0c

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
@@ -103,7 +103,7 @@ export function connectAuthEmulator(
103103

104104
// Workaround to get cookies in Firebase Studio
105105
if (isCloudWorkstation(host)) {
106-
void pingServer(`${protocol}//${host}:${port}`);
106+
void pingServer(`${protocol}//${host}${portStr}`);
107107
}
108108
}
109109

0 commit comments

Comments
 (0)