Skip to content

Commit

Permalink
update input
Browse files Browse the repository at this point in the history
  • Loading branch information
zainhoda committed Jul 7, 2023
1 parent d8eacb1 commit 8db8d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "vanna"
version = "0.0.5"
version = "0.0.6"
authors = [
{ name="Zain Hoda", email="zain@vanna.ai" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/vanna/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def login(email: str, otp_code: Union[str, None] = None) -> bool:
if not status.success:
return False

otp = input("Enter OTP: ")
otp = input("Check your email for the code and enter it here: ")

params = [UserOTP(email=email, otp=otp)]

Expand Down

0 comments on commit 8db8d06

Please sign in to comment.