mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Include the css for the OAuth page
This commit is contained in:
parent
138c66a2ba
commit
cbc0f0c1c5
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue