feat(Password process for new admin, cleaning translations)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
import AuthenticatedSessionController from './AuthenticatedSessionController'
|
||||
import RegisteredUserController from './RegisteredUserController'
|
||||
import PasswordResetLinkController from './PasswordResetLinkController'
|
||||
import NewPasswordController from './NewPasswordController'
|
||||
import RegisteredUserController from './RegisteredUserController'
|
||||
import EmailVerificationPromptController from './EmailVerificationPromptController'
|
||||
import VerifyEmailController from './VerifyEmailController'
|
||||
import EmailVerificationNotificationController from './EmailVerificationNotificationController'
|
||||
|
||||
const Auth = {
|
||||
AuthenticatedSessionController: Object.assign(AuthenticatedSessionController, AuthenticatedSessionController),
|
||||
RegisteredUserController: Object.assign(RegisteredUserController, RegisteredUserController),
|
||||
PasswordResetLinkController: Object.assign(PasswordResetLinkController, PasswordResetLinkController),
|
||||
NewPasswordController: Object.assign(NewPasswordController, NewPasswordController),
|
||||
RegisteredUserController: Object.assign(RegisteredUserController, RegisteredUserController),
|
||||
EmailVerificationPromptController: Object.assign(EmailVerificationPromptController, EmailVerificationPromptController),
|
||||
VerifyEmailController: Object.assign(VerifyEmailController, VerifyEmailController),
|
||||
EmailVerificationNotificationController: Object.assign(EmailVerificationNotificationController, EmailVerificationNotificationController),
|
||||
|
||||
Reference in New Issue
Block a user