refactor: migrate EncryptID URLs from encryptid.jeffemmett.com to auth.ridentity.online
Part of the ridentity.online branding migration. The EncryptID auth server is now accessible at auth.ridentity.online (with the legacy encryptid.jeffemmett.com kept as a backward-compatible alias). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fcc253e7ca
commit
bdebf5cda7
|
|
@ -9,7 +9,7 @@ import { create } from 'zustand'
|
||||||
import { persist } from 'zustand/middleware'
|
import { persist } from 'zustand/middleware'
|
||||||
import { EncryptIDClient } from '@encryptid/sdk/client'
|
import { EncryptIDClient } from '@encryptid/sdk/client'
|
||||||
|
|
||||||
const ENCRYPTID_SERVER = process.env.NEXT_PUBLIC_ENCRYPTID_SERVER_URL || 'https://encryptid.jeffemmett.com'
|
const ENCRYPTID_SERVER = process.env.NEXT_PUBLIC_ENCRYPTID_SERVER_URL || 'https://auth.ridentity.online'
|
||||||
const client = new EncryptIDClient(ENCRYPTID_SERVER)
|
const client = new EncryptIDClient(ENCRYPTID_SERVER)
|
||||||
|
|
||||||
interface AuthState {
|
interface AuthState {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue