We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2f3c7 commit f7fbc72Copy full SHA for f7fbc72
src/lib/siwsrp/auth.ts
@@ -18,7 +18,6 @@ const { AuthType, Env, getEnvUrls, JwtBearerAuth, Platform } = SDK;
18
19
const getHydraEnv = (env: string): HydraEnv => {
20
const platform = Platform.INFURA;
21
- console.log(env);
22
23
if (env === "production") {
24
return {
0 commit comments