(20241209) SMS auth and sending ready.

This commit is contained in:
2024-12-09 19:39:15 +05:30
parent d10b156c0b
commit 845827a6bc
18 changed files with 367 additions and 348 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ from models.data.core.user_info import CoreUserInfoModel
# *****************************************************************************************************************
async def get_session(session_token):
async def get_session(session_token) -> CoreUserInfoModel:
"""
Gets the session's info from the session token.