diff --git a/lib/auth.ts b/lib/auth.ts index f7d9968..fec6844 100644 --- a/lib/auth.ts +++ b/lib/auth.ts @@ -9,7 +9,7 @@ import { create } from 'zustand' import { persist } from 'zustand/middleware' 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) interface AuthState {