chanjunkai 5 年 前
コミット
dbfa3813ef
1 ファイル変更1 行追加1 行削除
  1. 1 1
      templates/login.html

+ 1 - 1
templates/login.html

@@ -34,7 +34,7 @@
                 "&response_type={{ response_type }}" + "&scope={{ scope }}" + "&redirect_uri={{ redirect_uri }}";
 
             $.get("/oa2/login", params, function (reUrl) {
-                alert(reUrl);
+                //alert(reUrl);
                 let data = JSON.parse(reUrl)
                 console.log('request start')
                 window.location = data['res'];