Include the css for the OAuth page

This commit is contained in:
Tom Needham 2012-07-30 10:51:48 +00:00
parent 138c66a2ba
commit cbc0f0c1c5

View file

@ -26,6 +26,7 @@ switch($operation){
);
$t = new OC_Template('settings', 'oauth', 'guest');
OC_Util::addStyle('settings', 'oauth');
$t->assign('consumer', $consumer);
$t->printPage();
break;