feat: add wizard auth selector

This commit is contained in:
a.tolmachev
2026-04-07 11:38:00 +03:00
parent 341496e314
commit 6711214bb1
8 changed files with 626 additions and 85 deletions
+5
View File
@@ -1358,6 +1358,11 @@
color: #58a6ff;
border: 1px solid rgba(88, 166, 255, 0.2);
}
.upstream-auth-badge.auth-basic {
background: rgba(240, 173, 78, 0.12);
color: #f0ad4e;
border: 1px solid rgba(240, 173, 78, 0.2);
}
.upstream-auth-badge.auth-apikey {
background: rgba(188, 140, 255, 0.1);
color: #bc8cff;