mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-26 17:31:45 +02:00
Fixed build error after merge
- Fixed buid error in new merge for Oauth2 - Updated version no. - Optimized css in sso page
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<div class="standardContainer">
|
||||
<div class="sso standardContainer">
|
||||
<div class="ui basic segment">
|
||||
<h2>SSO</h2>
|
||||
<p>Single Sign-On (SSO) and authentication providers settings </p>
|
||||
@ -253,4 +253,6 @@
|
||||
});
|
||||
});
|
||||
|
||||
/* Bind UI events */
|
||||
$(".sso .advanceSettings").accordion();
|
||||
</script>
|
Reference in New Issue
Block a user