Skip to content

Commit 085155d

Browse files
authored
Update linkedin-login.py
updated flet.WEB_BROWSER to flet.AppView.WEB_BROWSER
1 parent 7aa1942 commit 085155d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/apps/authentication/linkedin-login.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ def on_login(e):
3030
page.add(ElevatedButton("Login with LinkedIn", on_click=login_click))
3131

3232

33-
flet.app(target=main, port=8550, view=flet.WEB_BROWSER)
33+
flet.app(target=main, port=8550, view=flet.AppView.WEB_BROWSER)

0 commit comments

Comments
 (0)