File tree 1 file changed +2
-2
lines changed
src/projects/authentication
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Panel from '../../ui/Panel'
5
5
import PageHeader from '../../ui/PageHeader'
6
6
import { PageHeaderTabs , Tab } from '../../ui/PageHeaderTabs'
7
7
import Users from './Users'
8
- import SigninMethods from './SigninMethods '
8
+ import SignInMethods from './SignInMethods '
9
9
import Templates from './Templates'
10
10
11
11
const AuthenticationLayout = ( ) => {
@@ -27,7 +27,7 @@ const AuthenticationLayout = () => {
27
27
< CSSTransition key = { location . key } timeout = { 600 } classNames = "animated-card" >
28
28
< Switch location = { location } >
29
29
< Route path = { `${ match . path } /users` } component = { Users } />
30
- < Route path = { `${ match . path } /signin-method` } component = { SigninMethods } />
30
+ < Route path = { `${ match . path } /signin-method` } component = { SignInMethods } />
31
31
< Route path = { `${ match . path } /templates` } component = { Templates } />
32
32
< Route component = { ( ) => null } />
33
33
</ Switch >
You can’t perform that action at this time.
0 commit comments