Skip to content

Commit d3ebdd4

Browse files
committed
removed assertion to check for port numbers in authdomain
1 parent 92e2279 commit d3ebdd4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/auth/src/core/auth/register.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@ export function registerAuth(clientPlatform: ClientPlatform): void {
7272
AuthErrorCode.INVALID_API_KEY,
7373
{ appName: app.name }
7474
);
75-
// Auth domain is optional if IdP sign in isn't being used
76-
_assert(!authDomain?.includes(':'), AuthErrorCode.ARGUMENT_ERROR, {
77-
appName: app.name
78-
});
75+
7976
const config: ConfigInternal = {
8077
apiKey,
8178
authDomain,

0 commit comments

Comments
 (0)