Skip to content

Commit bf2933c

Browse files
author
Luke Wilson
committed
fix: copy changes
1 parent ef11ccd commit bf2933c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Examples/BookingSystem.AspNetCore.IdentityServer/Views/BookingPartners/SellerAdmin.cshtml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
<div class="grants">
44
<div class="row page-header">
55
<h1>Seller Administration</h1>
6-
<div>Below is the list of your approved booking partners.</div>
6+
<p>
7+
This is an example page that a seller can see as part of their “settings” pages within the booking system.
8+
It allows them to control which booking partners are permitted to make bookings via the Open Booking API.
9+
</p>
710
</div>
811

912
<div class="row">

Examples/BookingSystem.AspNetCore.IdentityServer/Views/BookingPartners/SysAdmin.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<div class="grants">
44
<div class="row page-header">
55
<h1>System Administration</h1>
6-
<div>Below is the list of all booking partners registered as OAuth clients.</div>
6+
<p>This is an example page that a booking system’s own operational team can use to administer booking partners’ credentials to access the Open Booking API.</p>
7+
<p>It is not expected to be visible to sellers.</p>
78
</div>
89

910
<div class="row">

0 commit comments

Comments
 (0)