add disabled badge, extend expiry button to accounts

This commit is contained in:
Harvey Tindall
2021-02-28 17:52:24 +00:00
parent 1e9d184508
commit 1ec5d2ca3f
9 changed files with 198 additions and 14 deletions
+2
View File
@@ -57,6 +57,8 @@ window.availableProfiles = window.availableProfiles || [];
window.modals.editor = new Modal(document.getElementById("modal-editor"));
window.modals.customizeEmails = new Modal(document.getElementById("modal-customize"));
window.modals.extendExpiry = new Modal(document.getElementById("modal-extend-expiry"));
})();
var inviteCreator = new createInvite();