refactor: make ts scripts more readable

This commit is contained in:
2026-04-15 00:18:21 +02:00
parent 3f0ad8f34b
commit f65e098b9d
5 changed files with 269 additions and 208 deletions

View File

@@ -1,3 +1,5 @@
export {}
function copyRecoveryKey(keyElementId: string, feedbackElementId: string): void {
const keyElement = document.getElementById(keyElementId)
const feedbackElement = document.getElementById(feedbackElementId)