mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
[PR #6761] [MERGED] Empty AccountKeys when no private key #7475
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6761
Author: @Timshel
Created: 1/26/2026
Status: ✅ Merged
Merged: 2/1/2026
Merged by: @dani-garcia
Base:
main← Head:fix/sso-creation📝 Commits (1)
4ea16e3Empty AccountKeys when no private key📊 Changes
1 file changed (+12 additions, -8 deletions)
View changed files
📝
src/api/identity.rs(+12 -8)📄 Description
When creating a user using SSO the user key is not initialized, returning the object with
nullvalues break the onboarding with an errorResponse must contain a valid publicKey.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.