You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Examples/BookingSystem.AspNetCore.IdentityServer/Views/BookingPartners/SysAdmin.cshtml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
<divclass="grants">
4
4
<divclass="row page-header">
5
5
<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>
0 commit comments