fixed JS crash on "new client" operation

pull/263/head
Justin Richer 2013-01-18 18:15:19 -05:00
parent e4284353e8
commit 899e306683
1 changed files with 2 additions and 1 deletions

View File

@ -224,7 +224,8 @@
refreshTokenValiditySeconds: 604800,
displayClientSecret: false,
generateClientSecret: false,
requireClientSecret: true
requireClientSecret: true,
allowIntrospection: false
},
urlRoot:"api/clients"