Skip to content

Commit a836d6f

Browse files
committed
Formatting
1 parent b35e476 commit a836d6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ export function registerAuth(clientPlatform: ClientPlatform): void {
6565
{ appName: app.name }
6666
);
6767
// Auth domain is optional if IdP sign in isn't being used
68-
_assert(!(authDomain?.includes(':')), AuthErrorCode.ARGUMENT_ERROR, {appName: app.name});
68+
_assert(!authDomain?.includes(':'), AuthErrorCode.ARGUMENT_ERROR, {
69+
appName: app.name
70+
});
6971
const config: ConfigInternal = {
7072
apiKey,
7173
authDomain,

0 commit comments

Comments
 (0)