Skip to content

Commit 72d162a

Browse files
Garion HermanScopeyNZ
andcommitted
DOCS Add link to react-injector repository
Co-Authored-By: Guy Marriott <guy@scopey.co.nz>
1 parent cc26ba6 commit 72d162a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/creating-mfa-method-frontend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The MFA module provides a clear path for creating additional authentication meth
66
implement the front-end portion of the required code, using the Basic Math method as an example. Some prior experience
77
with React / Redux is recommended.
88

9-
The front-end components of MFA make use of `react-injector` (Injector) to allow sharing of React components and Redux
9+
The front-end components of MFA make use of [`react-injector`](https://github.com/silverstripe/react-injector/) (Injector) to allow sharing of React components and Redux
1010
reducers between separate JS bundles. You can find more documentation on the Injector API in the [SilverStripe docs](https://docs.silverstripe.org/en/4/developer_guides/customising_the_admin_interface/reactjs_redux_and_graphql/#the-injector-api).
1111

1212
You'll find it easiest to get up and running by matching the NPM dependencies and Webpack configuration used in the TOTP

0 commit comments

Comments
 (0)