File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pipeline {
55 label ' linux-x64'
66 }
77 environment {
8- APP_VERSION = ' v0.5.1 '
8+ APP_VERSION = ' v0.5.2 '
99 HS_VERSION = " v0.20.0" // Version of Headscale this is compatible with
1010 BUILD_DATE = ' '
1111 }
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " headscale-webui"
3- version = " v0.5.1 "
3+ version = " v0.5.2 "
44description = " A simple web UI for small-scale Headscale deployments."
55authors = [" Albert Copeland <albert@sysctl.io>" ]
66license = " AGPL"
Original file line number Diff line number Diff line change @@ -527,11 +527,6 @@ def build_preauth_key_table(user_name):
527527 return preauth_keys_collection
528528
529529def oidc_nav_dropdown (user_name , email_address , name ):
530- # 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
535530 app .logger .info ("OIDC is enabled. Building the OIDC nav dropdown" )
536531 html_payload = """
537532 <!-- Dropdown Structure -->
You can’t perform that action at this time.
0 commit comments