Skip to content
Snippets Groups Projects
Commit cbc0f0c1 authored by Tom Needham's avatar Tom Needham
Browse files

Include the css for the OAuth page

parent 138c66a2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment