From 5c97048cfd7b85ce080dcfae1936b4973bcd9b0f Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sun, 10 Nov 2024 12:47:10 +0000
Subject: [PATCH] Meaningless JS change to rebuild with different ID

---
 ui/src/sso.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/src/sso.js b/ui/src/sso.js
index 3c445595..b9b46a0c 100644
--- a/ui/src/sso.js
+++ b/ui/src/sso.js
@@ -87,7 +87,7 @@ document.addEventListener("DOMContentLoaded", function() {
                 const utf8Decoder = new TextDecoder('utf-8');
                 const decodedClientData = utf8Decoder.decode(
                     credential.response.clientDataJSON);
-                
+
                 // parse the string as an object
                 const clientDataObj = JSON.parse(decodedClientData);
 
@@ -100,7 +100,7 @@ document.addEventListener("DOMContentLoaded", function() {
                 // RFC, if present, as that's just confusing to the user.
                 var msg = error.message.replace(/\..*$/, '.');
                 document.getElementById('u2fError').innerText = msg;
-                console.log('WebAuthN Error: ' + msg);
+                console.log('WebAuthN ERROR: ' + msg);
             });
     }
 
-- 
GitLab