瀏覽代碼

Push before ending

Toby Chui 6 月之前
父節點
當前提交
969030c6e9
共有 1 個文件被更改,包括 4 次插入9 次删除
  1. 4 9
      web/components/sso.html

+ 4 - 9
web/components/sso.html

@@ -26,15 +26,6 @@
                 <input type="number" name="oauth2Port" placeholder="Port" value="5488">
                 <input type="number" name="oauth2Port" placeholder="Port" value="5488">
                 <small>Listening port of the Zoraxy internal Oauth2 Server.You can create a subdomain proxy rule to <code>127.0.0.1:<span class="ssoPort">5488</span></code></small>
                 <small>Listening port of the Zoraxy internal Oauth2 Server.You can create a subdomain proxy rule to <code>127.0.0.1:<span class="ssoPort">5488</span></code></small>
             </div>
             </div>
-            <div class="field">
-                <label>Token Expiry (Default)</label>
-                <input type="number" name="ssoTokenExpiryDefault" placeholder="Token Expiry (Seconds)" value="3600">
-            </div>
-            <div class="field">
-                <label>Token Expiry (Remember Me)</label>
-                <input type="number" name="ssoTokenExpiryRemb" placeholder="Token Expiry (Seconds)" value="648000">
-            </div>
-            <div class="ui divider"></div>
             <h4 class="ui dividing header">Zoraxy SSO</h4>
             <h4 class="ui dividing header">Zoraxy SSO</h4>
             <div class="field">
             <div class="field">
                 <div class="ui toggle checkbox">
                 <div class="ui toggle checkbox">
@@ -45,6 +36,10 @@
             </div>
             </div>
             
             
         </div>
         </div>
+        <div>
+            <p>List of Registered Apps in</p>
+        </div>
+
     </div>
     </div>
 </div>
 </div>