Security --> SecurityForm

This commit is contained in:
Alex Gleason
2020-06-05 15:00:24 -05:00
parent ab280b80e1
commit f99d1300c2
3 changed files with 4 additions and 4 deletions

View File

@@ -178,6 +178,6 @@ export function PasswordReset() {
return import(/* webpackChunkName: "features/auth_login" */'../../auth_login/components/password_reset');
}
export function Security() {
export function SecurityForm() {
return import(/* webpackChunkName: "features/security" */'../../security');
}