Skip to content
Snippets Groups Projects
Commit eaad8c8d authored by Marco De Donno's avatar Marco De Donno
Browse files

Rename the configuration div in the user config page

parent 820dcf2d
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<div class="ui-widget-header ui-corner-top icnml_box_top">Please enter your login information</div> <div class="ui-widget-header ui-corner-top icnml_box_top">Please enter your login information</div>
<div id="icnml_homepage_form" class="ui-widget-content ui-corner-bottom icnml_box_content"> <div id="icnml_homepage_form" class="ui-widget-content ui-corner-bottom icnml_box_content">
<div id="icnml_password_configuration"> <div id="icnml_user_configuration">
<div id="icnml_box_fields" class="icnml_box_fields"> <div id="icnml_box_fields" class="icnml_box_fields">
<div style="text-align: right;"> <div style="text-align: right;">
<label for="username">Username</label> <label for="username">Username</label>
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
</a> </a>
</div>`; </div>`;
$( '#icnml_password_configuration' ).html( totpvalue ); $( '#icnml_user_configuration' ).html( totpvalue );
var fetch_secret = function() var fetch_secret = function()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment