bank updated

This commit is contained in:
2024-12-02 11:40:51 +03:00
parent a4fd52c28a
commit 665d961be8
26 changed files with 335 additions and 253 deletions

View File

@@ -17,8 +17,6 @@ from api_library.date_time_actions.date_functions import system_arrow, client_ar
from api_configs import ApiStatic, Auth
class PasswordModule:
@classmethod
@@ -174,6 +172,7 @@ class AuthModule(PasswordModule):
from databases import (
UsersTokens,
)
if remember_me:
refresh_token = self.generate_token(Auth.REFRESHER_TOKEN_LENGTH)
if already_token := UsersTokens.filter_by_one(