diff --git a/config.py b/config.py index 0879261..1266218 100644 --- a/config.py +++ b/config.py @@ -17,8 +17,8 @@ def get_config(): # Configuração Padrão return { "active_provider": "gemini", - "gemini_api_key": "", - "web_password": "@@Gi05Br;;" + "gemini_api_key": "AIzaSyA-YHI7CDp7bAZz-2U9IRjzMrmzhAM7zkA", + "web_password": "1234" } def save_config(cfg): diff --git a/templates/index.html b/templates/index.html index 6560781..4bc78ef 100644 --- a/templates/index.html +++ b/templates/index.html @@ -582,28 +582,7 @@ } } - /* Login Overlay */ - #login-overlay { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - background: var(--bg-base); - display: flex; - align-items: center; - justify-content: center; - z-index: 2000; - -webkit-backdrop-filter: blur(20px); - backdrop-filter: blur(20px); - transition: opacity 0.5s ease, visibility 0.5s; - } - - #login-overlay.hidden { - display: none !important; - } - - #login-overlay { display: none !important; } + #login-overlay { display: none !important; opacity: 0; pointer-events: none; } .login-card { width: 90%; @@ -670,20 +649,7 @@ -
-
- - - - - - -
-
+
@@ -952,7 +918,7 @@
Ação executada!