You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-21 23:00:50 +03:00
WIP my account page
This commit is contained in:
@@ -20,7 +20,7 @@ import { FragmentType, graphql, useFragment } from "../gql";
|
||||
|
||||
const FRAGMENT = graphql(/* GraphQL */ `
|
||||
fragment OAuth2SessionList_user on User {
|
||||
oauth2Sessions(first: $count, after: $cursor) {
|
||||
oauth2Sessions(first: 10) {
|
||||
edges {
|
||||
cursor
|
||||
node {
|
||||
|
||||
Reference in New Issue
Block a user