[pve-devel] applied: [PATCH proxmox-login-manager] login: fix login for saved ipv6 addresses
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Mar 15 09:19:20 CET 2023
Am 01/12/2022 um 10:27 schrieb Dominik Csapak:
> Since we only string concatenated the host + port, ipv6 addresses were
> invalid because their missing [] around the ip. To fix that, use
> 'Uri's 'toString' method but strip the 'https://' prefix when creating
> an Uri object again
>
> This now also allows to enter the 'https://' prefix manually
>
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> lib/proxmox_login_form.dart | 26 +++++++++++++++++---------
> 1 file changed, 17 insertions(+), 9 deletions(-)
>
>
applied, thanks!
More information about the pve-devel
mailing list