We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa1942 commit 085155dCopy full SHA for 085155d
python/apps/authentication/linkedin-login.py
@@ -30,4 +30,4 @@ def on_login(e):
30
page.add(ElevatedButton("Login with LinkedIn", on_click=login_click))
31
32
33
-flet.app(target=main, port=8550, view=flet.WEB_BROWSER)
+flet.app(target=main, port=8550, view=flet.AppView.WEB_BROWSER)
0 commit comments