diff --git a/settings/oauth.php b/settings/oauth.php
index bcf34b04af6653d3f82b15757ff960ae29b7082a..fc158afe26e41ac000cece4ae727ad3f42d8c51c 100644
--- a/settings/oauth.php
+++ b/settings/oauth.php
@@ -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;