Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33057833
D6735.1768430627.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
574 B
Referenced Files
None
Subscribers
None
D6735.1768430627.diff
View Options
diff --git a/keyserver/src/responders/user-responders.js b/keyserver/src/responders/user-responders.js
--- a/keyserver/src/responders/user-responders.js
+++ b/keyserver/src/responders/user-responders.js
@@ -357,7 +357,14 @@
}
const id = userRow.id.toString();
- return await processSuccessfulLogin(viewer, input, id, calendarQuery);
+ const { primaryIdentityPublicKey } = input;
+ return await processSuccessfulLogin(
+ viewer,
+ input,
+ id,
+ calendarQuery,
+ primaryIdentityPublicKey,
+ );
}
const siweAuthRequestInputValidator = tShape({
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 14, 10:43 PM (17 h, 21 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5934437
Default Alt Text
D6735.1768430627.diff (574 B)
Attached To
Mode
D6735: [keyserver] Populate `public_key` column of `cookies` table on login
Attached
Detach File
Event Timeline
Log In to Comment