We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a131f0 commit 5f5b528Copy full SHA for 5f5b528
1 file changed
templates/registration/partial/crud_list.html.twig
@@ -24,6 +24,7 @@
24
<td>
25
<div class="btn-group pull-right" role="group">
26
<a class="btn btn-mini btn-warning"
27
+ data-test_revoketokentype="{{ recoveryToken.type }}"
28
href="{{ path('ss_recovery_token_delete', {'recoveryTokenId': recoveryToken.recoveryTokenId}) }}">
29
{{ 'ss.second_factor.revoke.button.revoke'|trans }}
30
</a>
0 commit comments