You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
frontend: write stories and tests for the user home
This commit is contained in:
@@ -27,7 +27,7 @@ import styles from "./UserEmail.module.css";
|
||||
// This component shows a single user email address, with controls to verify it,
|
||||
// resend the verification email, remove it, and set it as the primary email address.
|
||||
|
||||
const FRAGMENT = graphql(/* GraphQL */ `
|
||||
export const FRAGMENT = graphql(/* GraphQL */ `
|
||||
fragment UserEmail_email on UserEmail {
|
||||
id
|
||||
email
|
||||
|
||||
Reference in New Issue
Block a user