Merge pull request #5832 from expsa/ENS-3799

[FIX] odex_benefit: translation file & signup route
This commit is contained in:
abdurrahman-saber 2025-12-25 17:08:52 +04:00 committed by GitHub
commit 5df1289c93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 998 additions and 760 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