nettoyages

This commit is contained in:
Paul Schneider 2016-05-26 14:52:11 +02:00
commit 7aa1085474
7 changed files with 35 additions and 11 deletions

View file

@ -28,6 +28,12 @@
<dd>
@Html.DisplayFor(model => model.RedirectUri)
</dd>
<dt>
@Html.DisplayNameFor(model => model.ApplicationID)
</dt>
<dd>
@Html.DisplayFor(model => model.ApplicationID)
</dd>
<dt>
@Html.DisplayNameFor(model => model.Secret)
</dt>