feat(node-player): remove run-without-auth option from login page
Publish Metadata Agent Image (dev) / build-and-push-image (push) Successful in 1m28s
Publish Node Player Image (dev) / build-and-push-image (push) Successful in 38s
Publish Web Player Image (dev) / build-and-push-image (push) Successful in 1m56s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ultradesu
2026-04-08 16:32:19 +01:00
parent ed918b9373
commit 5bc2b55ffd
2 changed files with 2 additions and 61 deletions
-21
View File
@@ -100,24 +100,3 @@
margin-bottom: 1rem;
}
.auth-card .settings {
margin-top: 1.5rem;
padding-top: 1rem;
border-top: 1px solid #1f2c45;
}
.auth-card .toggle {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
color: #64748b;
font-size: 0.8rem;
cursor: pointer;
}
.auth-card .toggle input {
width: 14px;
height: 14px;
accent-color: #7c6af7;
}