[FIX] odex_benefit: translation file & signup route

This commit is contained in:
Abdurrahman Saber 2025-12-25 17:01:31 +04:00
parent f8a04db1d5
commit d2d0324205
2 changed files with 993 additions and 773 deletions

View File

@ -7,7 +7,7 @@ import random
class CreatePortalAccount(http.Controller):
@http.route('/create/portal/account', type="http", auth="public", csrf=False, methods=['POST'])
@http.route('/create/portal/account', type="http", auth="public", csrf=False, methods=['POST'], website=True)
def create_portal_account(self, **kw):
try:
data = {}

File diff suppressed because it is too large Load Diff