Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295

This commit is contained in:
Aditya Toshniwal
2023-06-30 16:08:33 +05:30
committed by GitHub
parent 732bcc2b4d
commit d6cddd8c29
59 changed files with 1354 additions and 663 deletions

View File

@@ -113,8 +113,6 @@ def panel(trans_id):
title=underscore_unescape(params['title']),
theme=params['theme'],
o_db_name=o_db_name,
requirejs=True,
basejs=True,
platform=_platform
)