From cd5ec30ff174470a790decc445483d0446621c2c Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 31 May 2024 21:47:11 -0700 Subject: [PATCH] ui - mention sso on invite links --- .../src/app/onboarding/page.tsx | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/app/onboarding/page.tsx b/ui/litellm-dashboard/src/app/onboarding/page.tsx index fad149420..9803cf40a 100644 --- a/ui/litellm-dashboard/src/app/onboarding/page.tsx +++ b/ui/litellm-dashboard/src/app/onboarding/page.tsx @@ -1,7 +1,8 @@ "use client"; import React, { Suspense, useEffect, useState } from "react"; import { useSearchParams } from "next/navigation"; -import { Card, Title, Text, TextInput } from "@tremor/react"; +import { Card, Title, Text, TextInput, Callout, Button, Grid, Col } from "@tremor/react"; +import { RiAlarmWarningLine, RiCheckboxCircleLine } from '@remixicon/react'; import { invitationClaimCall, userUpdateUserCall, @@ -73,6 +74,30 @@ export default function Onboarding() { 🚅 LiteLLM Sign up Claim your user account to login to Admin UI. + + + + + SSO is under the Enterprise Tirer. + + + + + + + + +