mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
enhance cipher and identity handling with new fields and rate limit adjustments
This commit is contained in:
@@ -97,6 +97,7 @@ export async function handleGetProfile(request: Request, env: Env, userId: strin
|
||||
twoFactorEnabled: false,
|
||||
key: user.key,
|
||||
privateKey: user.privateKey,
|
||||
accountKeys: null,
|
||||
securityStamp: user.securityStamp || user.id,
|
||||
organizations: [],
|
||||
providers: [],
|
||||
|
||||
Reference in New Issue
Block a user