diff --git a/locust/webui/src/pages/Auth.tsx b/locust/webui/src/pages/Auth.tsx index 5ef647fbc2..cc66b95f9f 100644 --- a/locust/webui/src/pages/Auth.tsx +++ b/locust/webui/src/pages/Auth.tsx @@ -73,6 +73,9 @@ export default function Auth({ )} + {info && !customForm && !usernamePasswordCallback && ( + {} + )} {authProviders && ( {authProviders.map(({ label, callbackUrl, iconUrl }, index) => (