Skip to content

Commit 50be2c1

Browse files
committed
testing authdomain port number
1 parent f289aef commit 50be2c1

File tree

2 files changed

+0
-51
lines changed

2 files changed

+0
-51
lines changed

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

Lines changed: 0 additions & 50 deletions
This file was deleted.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export function registerAuth(clientPlatform: ClientPlatform): void {
7272
AuthErrorCode.INVALID_API_KEY,
7373
{ appName: app.name }
7474
);
75-
console.log("authodomain: "+authDomain);
7675
// Auth domain is optional if IdP sign in isn't being used
7776
_assert(!authDomain?.includes(':'), AuthErrorCode.ARGUMENT_ERROR, {
7877
appName: app.name

0 commit comments

Comments
 (0)