From c41bf02240f11c7a8d352c08a49aca518eddda24 Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Fri, 16 Jun 2023 20:26:03 +0300 Subject: [PATCH] fix(ui): fix login screen when anonymous and auth are both enabled (#1528) Update to the latest zui version Signed-off-by: Andrei Aaron --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84748e72..e9ecc91d 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ CRICTL := $(TOOLSDIR)/bin/crictl CRICTL_VERSION := v1.26.1 ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator ACTION_VALIDATOR_VERSION := v0.2.1 -ZUI_VERSION := commit-05d5f74 +ZUI_VERSION := commit-a552487 SWAGGER_VERSION := v1.8.12 STACKER := $(TOOLSDIR)/bin/stacker BATS := $(TOOLSDIR)/bin/bats