diff --git a/python/apps/authentication/github-oauth-with-listing-repos.py b/python/apps/authentication/github-oauth-with-listing-repos.py index 271bbcce..e9e38e0d 100644 --- a/python/apps/authentication/github-oauth-with-listing-repos.py +++ b/python/apps/authentication/github-oauth-with-listing-repos.py @@ -96,4 +96,4 @@ def toggle_login_buttons(): page.add(ft.Row([logged_user, login_button, logout_button]), repos_view) -ft.app(main) \ No newline at end of file +ft.app(target=main, view=ft.WEB_BROWSER)