Skip to content

Commit 37c2835

Browse files
feat(frontend): use id.ai instead of internetcomputer.org for identity sign-in (#2561)
1 parent 350b8b9 commit 37c2835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/lib/services/console/auth/_internet-identity.services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const signInWithII: SignInWithAuthClient = ({ authClient }) =>
1818
? /apple/i.test(navigator?.vendor)
1919
? `${LOCAL_REPLICA_HOST}?canisterId=${INTERNET_IDENTITY_CANISTER_ID}`
2020
: `http://${INTERNET_IDENTITY_CANISTER_ID}.${new URL(LOCAL_REPLICA_HOST).host}`
21-
: `https://identity.internetcomputer.org`;
21+
: 'https://id.ai';
2222

2323
await authClient?.login({
2424
maxTimeToLive: AUTH_MAX_TIME_TO_LIVE,

0 commit comments

Comments
 (0)