From 6df45f187f72a3ae1a5bcd4a94d221a5bc8d0975 Mon Sep 17 00:00:00 2001 From: twilightily Date: Sat, 6 Sep 2025 13:49:37 +0530 Subject: [PATCH] removed phone and email retrieval --- app/pesu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pesu.py b/app/pesu.py index 2f1941a..ae4a74e 100644 --- a/app/pesu.py +++ b/app/pesu.py @@ -335,6 +335,6 @@ async def authenticate( logging.info(f"Authentication process for user={username} completed successfully.") - # Close the client and return the result + # Close the client and return the result back await client.aclose() return result