AuthorizationServerDemos/CSharp/AuthorizationServer/Views/Device/Success.cshtml
2021-01-18 18:32:22 +03:00

8 lines
160 B
Plaintext

<div class="page-device-success">
<div class="lead">
<h1>Success</h1>
<p>You have successfully authorized the device</p>
</div>
</div>