Skip to content

Commit

Permalink
put descope example into list on main page
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Sep 24, 2023
1 parent 73c906f commit db60333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ async def index_page(client: Client) -> None:
example_link('Download Text as File', 'providing in-memory data like strings as file download')
example_link('Generate PDF', 'create SVG preview and PDF download from input form elements')
example_link('Custom Binding', 'create a custom binding for a label with a bindable background color')
example_link('Descope Auth', 'login form and user profile using [Descope](https://descope.com)')

with ui.row().classes('dark-box min-h-screen mt-16'):
link_target('why')
Expand Down

0 comments on commit db60333

Please sign in to comment.