Ver código fonte

OAuth flow only selected scopes should be sent to Authorize endpoint #1388.

Need to clear out previous popupDialog nodes, so previous checkboxes won't be considered.
bubble
Tom Baker 9 anos atrás
pai
commit
340da086ba
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      lib/swagger-oauth.js

+ 1
- 0
lib/swagger-oauth.js Ver arquivo

@@ -40,6 +40,7 @@ function handleLogin() {
appName = window.swaggerUi.api.info.title;
}

$('.api-popup-dialog').remove();
popupDialog = $(
[
'<div class="api-popup-dialog">',


Carregando…
Cancelar
Salvar