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