[swagger] Hide authorize button (functionality remains accessible via the lock icons)

This commit is contained in:
Laura Hausmann 2024-02-07 20:20:45 +01:00
parent ad17c7c097
commit 547b385c29
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -12,6 +12,12 @@
.swagger-ui .scheme-container { .swagger-ui .scheme-container {
background-color: #fafafa !important; background-color: #fafafa !important;
padding: 0;
margin-bottom: 10px !important;
}
.swagger-ui .scheme-container .auth-wrapper {
display: none;
} }
img[alt="Swagger UI"] { img[alt="Swagger UI"] {