You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Simplify registration with email validation (#11398)
This commit is contained in:
committed by
GitHub
parent
beafe686a9
commit
0842559fb2
@ -131,7 +131,6 @@ describe("<MatrixChat />", () => {
|
||||
},
|
||||
onNewScreen: jest.fn(),
|
||||
onTokenLoginCompleted: jest.fn(),
|
||||
makeRegistrationUrl: jest.fn(),
|
||||
realQueryParams: {},
|
||||
};
|
||||
const getComponent = (props: Partial<ComponentProps<typeof MatrixChat>> = {}) =>
|
||||
|
Reference in New Issue
Block a user