File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ let rp_requestUriMethod = "get";
99let rp_state = "" ;
1010
1111// --- COSTANTI DI SESSIONE E CONFIGURAZIONI ---
12- const SESSION_ID = "{{ session_id }}" ;
13- const INIT_ERROR_MESSAGE = "{{ init_error_message|escape }}" ;
12+ // const SESSION_ID = "{{ session_id }}";
13+ // const INIT_ERROR_MESSAGE = "{{ init_error_message|escape }}";
1414
1515// --- RIFERIMENTI DOM: ICONE E POPUP GENERALI ---
1616const memoryIcon = document . querySelector ( ".memory-icon" ) ;
Original file line number Diff line number Diff line change 9494 < script src ="{{ url_for('static', filename='js/wallet/credentials.js') }} "> </ script >
9595 < script src ="{{ url_for('static', filename='js/wallet/lifecycle.js') }} "> </ script >
9696 < script src ="{{ url_for('static', filename='js/wallet/components.js') }} "> </ script >
97+ < script >
98+ const SESSION_ID = "{{ session_id }}" ;
99+ const INIT_ERROR_MESSAGE = "{{ init_error_message|escape }}" ;
100+ </ script >
97101</ body >
98102</ html >
You can’t perform that action at this time.
0 commit comments