소스 검색

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 년 전
부모
커밋
340da086ba
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      lib/swagger-oauth.js

+ 1
- 0
lib/swagger-oauth.js 파일 보기

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

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


불러오는 중...
취소
저장