fix(login): layout shift due to bootstrap loading later

This commit is contained in:
Elian Doran 2025-10-09 18:59:38 +03:00
parent ea4fe3f290
commit 6f51d82f82
No known key found for this signature in database

View File

@ -7,7 +7,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="<%= assetPath %>/images/app-icons/ios/apple-touch-icon.png">
<link rel="shortcut icon" href="favicon.ico">
<style>
.login-page {
body {
/* Prevent the content from being rendered before the main stylesheet loads */
display: none;
}