diff --git a/examples/maqpy/login_wall.py b/examples/maqpy/login_wall.py index 9e311ab..7bb6a4c 100644 --- a/examples/maqpy/login_wall.py +++ b/examples/maqpy/login_wall.py @@ -5,7 +5,7 @@ app = maqpy.App(__name__) def login_page() -> str: - return "Hello, please sign in to access this page!\n" + maqpy.signin() + return "Hello, please sign in to access this page!\n" + maqpy.sign_in_snippet # this is an example of the arguments, but the exclude kwarg already defaults to this