File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -528,6 +528,10 @@ def build_preauth_key_table(user_name):
528528
529529def oidc_nav_dropdown (user_name , email_address , name ):
530530 # TODO: Test this with a super long email address / name
531+ # DEBUG: REMOVE WHEN DONE TESTING
532+ email_address = "somesuperlongemailaddress@thisisridiculousitshouldneverbethislong.com"
533+ user_name = "whyWouldYOuEverSETyourusernamehtisLONGImjusttestingtheauto-width"
534+ # DEBUG: REMOVE WHEN DONE TESTING
531535 app .logger .info ("OIDC is enabled. Building the OIDC nav dropdown" )
532536 html_payload = """
533537 <!-- Dropdown Structure -->
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ li.dropdown-oidc-collection{
3636 color : unset !important ;
3737}
3838
39- .user-preauthkey- datepicker {
39+ .datepicker-modal {
4040 width : max-content !important ;
4141}
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ function load_modal_add_preauth_key(user_name) {
293293 </ul>
294294 <h4>PreAuth Key Information</h4>
295295 <br>
296- <input type="text" class="datepicker user-preauthkey-datepicker " id="preauth_key_expiration_date">
296+ <input type="text" class="datepicker" id="preauth_key_expiration_date">
297297 <p>
298298 <label>
299299 <input type="checkbox" class="filled-in" id="checkbox-reusable"/>
You can’t perform that action at this time.
0 commit comments