[auth] Added logout for auth with apiKey and basic auth

This commit is contained in:
bodnia
2016-03-02 01:04:56 +02:00
committed by Anna Bodnia
parent 8280cc6b34
commit 67881fb07e
15 changed files with 170 additions and 60 deletions

View File

@@ -1203,7 +1203,8 @@
color: #999999;
margin-bottom: 5px;
}
.swagger-section .auth_container .auth_submit__button {
.swagger-section .auth_container .auth_submit__button,
.swagger-section .auth_container .auth_logout__button {
color: #547f00;
border: none;
text-decoration: underline;
@@ -1211,6 +1212,7 @@
padding-left: 0;
font-size: 1em;
cursor: pointer;
outline: none;
}
.swagger-section .auth_container .key_input_container {
margin-bottom: 15px;