Fix memberships dropdown store update when assuming

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-05 15:19:47 +01:00
committed by Bryan Frimin
parent 786d7e4962
commit 7423b915ae
2 changed files with 63 additions and 9 deletions

View File

@@ -37,6 +37,14 @@ const assumeOrganizationSessionMutation = graphql`
assumeOrganizationSession(input: $input) {
result {
__typename
... on OrganizationSessionCreated {
membership {
id
lastSession {
id
}
}
}
... on PasswordRequired {
reason
}