mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 23:10:18 +00:00
Rename signin to sign_in
This commit is contained in:
@@ -14,7 +14,7 @@ sign_in_snippet = (
|
||||
)
|
||||
|
||||
|
||||
def signin(title: str = "Please Sign In") -> Page:
|
||||
def sign_in(title: str = "Please Sign In") -> Page:
|
||||
"""Return a sign-in page.
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user