make tidy

This commit is contained in:
Xavier Guimard 2013-10-09 19:37:51 +00:00
parent e64053a224
commit e14824c57f
5 changed files with 26 additions and 25 deletions

View File

@ -376,7 +376,7 @@ sub struct {
proxy => ['proxyParams'],
openid => ['openIdParams'],
google => ['googleParams'],
facebook=> ['facebookParams'],
facebook => ['facebookParams'],
twitter => ['twitterParams'],
dbi => ['dbiParams'],
apache => ['apacheParams'],
@ -564,7 +564,8 @@ sub struct {
# Facebook
facebookParams => {
_nodes => [qw(facebookAuthnLevel facebookAppId facebookAppSecret)],
_nodes =>
[qw(facebookAuthnLevel facebookAppId facebookAppSecret)],
_help => 'authFacebook',
facebookAuthnLevel => 'int:/facebookAuthnLevel',
facebookAppId => 'text:facebookAppId',