duplicati/Duplicati/Server/webroot/ngax/templates/confirmdelete.html
Kenneth Skovhede 7f40ec46db
Removed the captcha. (#5816)
This commit removes the Captcha support, and replaces with a copy-paste-able safeguard in the UI.
2024-12-28 20:03:52 +01:00

15 lines
467 B
HTML

<div ng-controller="ConfirmDeleteController" class="confirmdelete">
<form class="styled">
<div class="overview" translate>
To confirm you want to delete all remote files for
<span class="backupname">"{{selection.backupname}}"</span>, please enter
this phrase:
</div>
<div class="word">{{selection.requiredword}}</div>
<div>
<input type="text" class="typedword" ng-model="selection.typedword" />
</div>
</form>
</div>