mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 23:10:18 +00:00
Fix bug in loginwall example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user