Skip to content

Commit

Permalink
Dev change
Browse files Browse the repository at this point in the history
  • Loading branch information
anshulg954 committed May 8, 2024
1 parent 66a1c97 commit c1f03ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabpfn_client/prompt_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def prompt_and_set_token(cls, user_auth_handler: "UserAuthenticationClient"):
# Registration
if choice == "1":
# validation_link = input(cls.indent("Please enter your secret code: "))
validation_link = "tabpfn-test"
validation_link = "tabpfn-2023"
while True:
email = input(cls.indent("Please enter your email: "))
# Send request to server to check if email is valid and not already taken.
Expand Down

0 comments on commit c1f03ad

Please sign in to comment.