chore: fix dispatch memo pinned (#1152)

This commit is contained in:
boojack
2023-02-25 00:13:41 +08:00
committed by GitHub
parent 6e2e7ac782
commit d6e4b5e889
2 changed files with 3 additions and 6 deletions

View File

@ -275,10 +275,7 @@ const CreateIdentityProviderDialog: React.FC<Props> = (props: Props) => {
{type === "OAUTH2" && (
<>
{isCreating && (
<p className="border rounded-md p-2 text-sm w-full mb-2 break-all">
Redirect URL: {absolutifyLink("/auth/callback")}{" "}
RedirectRedirectRedirectRedirectRedirectRedirectRedirectRedirectRedirectRedirectRedirect
</p>
<p className="border rounded-md p-2 text-sm w-full mb-2 break-all">Redirect URL: {absolutifyLink("/auth/callback")}</p>
)}
<Typography className="!mb-1" level="body2">
Client ID<span className="text-red-600">*</span>