fixed JS crash on "new client" operation

pull/263/head
Justin Richer 12 years ago
parent e4284353e8
commit 899e306683

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

Loading…
Cancel
Save