Removed unused controller, which was used for U2F registration before

This commit is contained in:
Jan Böhmer 2023-06-28 16:10:18 +02:00
parent ce064a0b37
commit 720859197c
2 changed files with 1 additions and 30 deletions

View file

@ -61,7 +61,7 @@ export default class extends Controller {
if(!prototype) {
console.warn("Prototype is not set, we cannot create a new element. This is most likely due to missing permissions.");
bootbox.alert("You do not have the permsissions to create a new element. (No protoype element is set)");
bootbox.alert("You do not have the permissions to create a new element. (No protoype element is set)");
return;
}