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 ef16db2 commit d10c161Copy full SHA for d10c161
packages/core/src/node/rpc/anonymous/auth.ts
@@ -32,7 +32,6 @@ export const anonymousAuth = defineRpcFunction({
32
throw new Error('Failed to retrieve the current RPC session')
33
34
if (session.meta.isTrusted || storage.value().trusted[query.authToken]) {
35
- console.log('trusted', { isTrusted: session.meta.isTrusted, trusted: storage.value().trusted[query.authToken] })
36
session.meta.clientAuthToken = query.authToken
37
session.meta.isTrusted = true
38
return {
0 commit comments