The confirm deletion form for confirmUserConfirmationRefused is missing in v8.3.2
|
if ($status === 'userConfirmation' && ConfigurationUtility::getValue( |
In v13/main branch the status is available:
|
if ($status === 'userConfirmationRefused' && ConfigurationUtility::getValue( |