From 3f9b178ce1b5dc4cdebdd845280efbfaad63e4ff Mon Sep 17 00:00:00 2001 From: Tom Demeranville Date: Fri, 18 Dec 2015 16:21:01 +0000 Subject: [PATCH] fixed display of OAuth scheme in dialog if more than one scheme --- lib/swagger-oauth.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/swagger-oauth.js b/lib/swagger-oauth.js index 171ea60b..084f060e 100644 --- a/lib/swagger-oauth.js +++ b/lib/swagger-oauth.js @@ -65,10 +65,10 @@ function handleLogin() { scope = scopes[i]; str = '
  • ' + '
  • '; popup.append(str);