Fix bug in loginwall example

This commit is contained in:
Scoder12
2020-07-28 12:54:20 -07:00
parent dcbef77b75
commit 3f67ed3111
+1 -1
View File
@@ -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