From 60ada3648250e801b0fd3129024a6f62fa0326f2 Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@hebeler.club>
Date: Mon, 12 Jun 2023 16:58:42 +0200
Subject: [PATCH] fixed js error in safari

---
 pass/public/js/key.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pass/public/js/key.js b/pass/public/js/key.js
index 0135b17..0855774 100644
--- a/pass/public/js/key.js
+++ b/pass/public/js/key.js
@@ -50,4 +50,4 @@ async function getCode() {
         closeModal();
         return "Loading";
     })
-}
+}
\ No newline at end of file
-- 
GitLab