You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/creating-mfa-method-frontend.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The MFA module provides a clear path for creating additional authentication meth
6
6
implement the front-end portion of the required code, using the Basic Math method as an example. Some prior experience
7
7
with React / Redux is recommended.
8
8
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
10
10
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).
11
11
12
12
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