From c393ca4d6c7388726ba630088dd7990fb9d7c771 Mon Sep 17 00:00:00 2001 From: Eric Juarez <3386349+jrzeric@users.noreply.github.com> Date: Wed, 1 May 2024 00:41:24 -0700 Subject: [PATCH] Update github-oauth-with-listing-repos.py Check https://github.com/flet-dev/flet/issues/985 --- python/apps/authentication/github-oauth-with-listing-repos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)