summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/templates
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-01-03 12:03:26 +0100
committerJulius Härtl <jus@bitgrid.net>2018-01-03 12:03:26 +0100
commitaed7052a38df32f284f5cbabab5a99cfb3836804 (patch)
tree21940c5b6ea6f916fa43d1e16d8911d8e7c1b2f8 /apps/files_sharing/templates
parent86d33cf50ffff86a6641ab113bce6801802f19cb (diff)
downloadnextcloud-server-aed7052a38df32f284f5cbabab5a99cfb3836804.tar.gz
nextcloud-server-aed7052a38df32f284f5cbabab5a99cfb3836804.zip
Use guest css on sharing authentication page
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r--apps/files_sharing/templates/authenticate.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php
index 20e200ef1ca..6f270c2851a 100644
--- a/apps/files_sharing/templates/authenticate.php
+++ b/apps/files_sharing/templates/authenticate.php
@@ -1,6 +1,7 @@
<?php
/** @var $_ array */
/** @var $l \OCP\IL10N */
+ style('core', 'guest');
style('files_sharing', 'authenticate');
script('files_sharing', 'authenticate');
?>