Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)