summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-11-21 14:53:49 +0100
committerCarl Schwan <carl@carlschwan.eu>2022-11-21 14:53:49 +0100
commitfb266f056d2540e884ab56479c4ae47c5262637e (patch)
treedacdd61679f5f7514c9f1f76d53998797ac7dea0 /templates
parentcbb54b6dfa3157f544a4539f22672a27e4ebc92b (diff)
Implement UI
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'templates')
-rw-r--r--templates/oauth2.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/oauth2.php b/templates/oauth2.php
index 2b192b05..9cb80a07 100644
--- a/templates/oauth2.php
+++ b/templates/oauth2.php
@@ -22,5 +22,7 @@
*
*/
+\OCP\Util::addScript('social', 'social-oauth');
+?>
-\OCP\Util::addScript('social', 'social-oauth2');
+<div id="social-oauth2"></div>