Skip to content

Commit d51667b

Browse files
authored
Merge pull request #157 from non-npc/patch-4
updated `flet.WEB_BROWSER` to `flet.AppView.WEB_BROWSER` in linkedin-login.py
2 parents 3b7e77c + 085155d commit d51667b

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)