File tree Expand file tree Collapse file tree 3 files changed +0
-192
lines changed
Expand file tree Collapse file tree 3 files changed +0
-192
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,5 +25,4 @@ trait IdentityControllers extends IdApiComponents with IdentityServices with For
2525 lazy val emailVerificationController = wire[EmailVerificationController ]
2626 lazy val formstackController = wire[FormstackController ]
2727 lazy val emailSignupController = wire[EmailSignupController ]
28- lazy val accountDeletionController = wire[AccountDeletionController ]
2928}
Original file line number Diff line number Diff line change @@ -23,13 +23,6 @@ GET /form/complete controllers.FormstackControl
2323GET /form/:formReference controllers.FormstackController.formstackForm(formReference: String)
2424GET /form/embed/:formReference controllers.FormstackController.formstackFormEmbed(formReference: String)
2525
26- ########################################################################################################################
27- # Account deletion
28- ########################################################################################################################
29- GET /delete controllers.AccountDeletionController.renderAccountDeletionForm
30- POST /delete controllers.AccountDeletionController.processAccountDeletionForm
31- GET /delete/confirm controllers.AccountDeletionController.renderAccountDeletionConfirmation(autoDeletion: Boolean)
32-
3326########################################################################################################################
3427# Consents journey
3528########################################################################################################################
You can’t perform that action at this time.
0 commit comments