Skip to content

Commit 06d7cf8

Browse files
authored
Merge pull request #28274 from guardian/identity-delete-account-deletion-routes
Delete account deletion routes from the identity app
2 parents 17f386c + 2810c75 commit 06d7cf8

File tree

3 files changed

+0
-192
lines changed

3 files changed

+0
-192
lines changed

identity/app/controllers/AccountDeletionController.scala

Lines changed: 0 additions & 184 deletions
This file was deleted.

identity/app/controllers/IdentityControllers.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

identity/conf/routes

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ GET /form/complete controllers.FormstackControl
2323
GET /form/:formReference controllers.FormstackController.formstackForm(formReference: String)
2424
GET /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
########################################################################################################################

0 commit comments

Comments
 (0)