Skip to content

Commit

Permalink
fixup! feat(user): flow stateless de connexion Zotero
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed Feb 18, 2025
1 parent 022c07f commit db90080
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions front/src/components/Credentials.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,9 @@ mutation changePassword($old: String!, $new: String!, $user: ID!) {
authTypes
}
}

mutation setAuthToken($service: String!, $token: String) {
setAuthToken(service: $service, token: $token) {
zoteroToken
}
}

0 comments on commit db90080

Please sign in to comment.