From 8b25f68053bfdd06caf83f928cdc3872d2c6df15 Mon Sep 17 00:00:00 2001 From: Bar Hatsor <34835685+barhatsor@users.noreply.github.com> Date: Thu, 3 Nov 2022 09:22:11 +0200 Subject: [PATCH] Update gitauth.js --- git/gitauth.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/gitauth.js b/git/gitauth.js index c1d0000428..cc024d1c1f 100644 --- a/git/gitauth.js +++ b/git/gitauth.js @@ -191,6 +191,8 @@ window.addEventListener('load', async () => { // start loading startLoading(); + body.classList.add('loaded'); + showMessage('Logging in...', -1); const gitCode = linkData.gitCode;