Skip to content

Commit a364267

Browse files
authored
Merge pull request #156 from non-npc/patch-3
replaced `flet.WEB_BROWSER` with `flet.AppView.WEB_BROWSER` in check-auth-results-and-toggle-ui.py
2 parents baaa45f + 23f7572 commit a364267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/apps/authentication/check-auth-results-and-toggle-ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ def toggle_login_buttons():
3838
page.add(login_button, logout_button)
3939

4040

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

0 commit comments

Comments
 (0)