Kaynağa Gözat

Merge pull request #2289 from tcaesvk/master

fix options.oauth2RedirectUrl to work
bubble
Tony Tam 8 yıl önce
committed by GitHub
ebeveyn
işleme
6f8599d1a5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/main/javascript/SwaggerUi.js

+ 1
- 1
src/main/javascript/SwaggerUi.js Dosyayı Görüntüle

@@ -42,7 +42,7 @@ window.SwaggerUi = Backbone.Router.extend({
}

if (typeof options.oauth2RedirectUrl === 'string') {
window.oAuthRedirectUrl = options.redirectUrl;
window.oAuthRedirectUrl = options.oauth2RedirectUrl;
}

// Create an empty div which contains the dom_id


Yükleniyor…
İptal
Kaydet