|
|
|
@ -11,7 +11,6 @@ import { AccountConfigOptions } from './models/config-options'; |
|
|
|
import { ACCOUNT_CONFIG_OPTIONS } from './tokens/config-options.token'; |
|
|
|
import { accountConfigOptionsFactory } from './utils/factory-utils'; |
|
|
|
import { AuthenticationFlowGuard } from './guards/authentication-flow.guard'; |
|
|
|
import { ForgotPasswordComponent } from './components/forgot-password/forgot-password.component'; |
|
|
|
import { ResetPasswordComponent } from './components/reset-password/reset-password.component'; |
|
|
|
import { RE_LOGIN_CONFIRMATION_TOKEN } from './tokens'; |
|
|
|
|
|
|
|
@ -24,7 +23,6 @@ const declarations = [ |
|
|
|
ChangePasswordComponent, |
|
|
|
ManageProfileComponent, |
|
|
|
PersonalSettingsComponent, |
|
|
|
ForgotPasswordComponent, |
|
|
|
ResetPasswordComponent, |
|
|
|
PersonalSettingsHalfRowComponent, |
|
|
|
]; |
|
|
|
|