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.
2 parents 3b7e77c + 085155d commit d51667bCopy full SHA for d51667b
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