Fix authentication button glitch

This commit is contained in:
2025-11-02 11:24:53 +01:00
parent 6a6b06a994
commit 51f0b5639a

View File

@@ -66,6 +66,10 @@
} else {
isTryingToSignIn.value = false;
}
} )
.catch( e => {
console.debug( e );
isTryingToSignIn.value = false;
} );
}
</script>