From c1f03adeacb70fd605cef1c7e045297d1dceee42 Mon Sep 17 00:00:00 2001 From: Anshul Gupta Date: Wed, 8 May 2024 15:27:15 +0200 Subject: [PATCH] Dev change --- tabpfn_client/prompt_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabpfn_client/prompt_agent.py b/tabpfn_client/prompt_agent.py index f448cee..9fea76b 100644 --- a/tabpfn_client/prompt_agent.py +++ b/tabpfn_client/prompt_agent.py @@ -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.