Skip to content

Commit 001340b

Browse files
committed
fix filename
1 parent 12ce1e7 commit 001340b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/projects/authentication/AuthenticationLayout.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Panel from '../../ui/Panel'
55
import PageHeader from '../../ui/PageHeader'
66
import { PageHeaderTabs, Tab } from '../../ui/PageHeaderTabs'
77
import Users from './Users'
8-
import SigninMethods from './SigninMethods'
8+
import SignInMethods from './SignInMethods'
99
import Templates from './Templates'
1010

1111
const AuthenticationLayout = () => {
@@ -27,7 +27,7 @@ const AuthenticationLayout = () => {
2727
<CSSTransition key={location.key} timeout={600} classNames="animated-card">
2828
<Switch location={location}>
2929
<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} />
3131
<Route path={`${match.path}/templates`} component={Templates} />
3232
<Route component={() => null} />
3333
</Switch>

0 commit comments

Comments
 (0)