We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e2279 commit d3ebdd4Copy full SHA for d3ebdd4
packages/auth/src/core/auth/register.ts
@@ -72,10 +72,7 @@ export function registerAuth(clientPlatform: ClientPlatform): void {
72
AuthErrorCode.INVALID_API_KEY,
73
{ appName: app.name }
74
);
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
- });
+
79
const config: ConfigInternal = {
80
apiKey,
81
authDomain,
0 commit comments