Skip to content

Commit 65e6038

Browse files
committed
Remove Typography from Single SignOn
1 parent 6e423e6 commit 65e6038

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

site/src/pages/UserSettingsPage/SecurityPage/SingleSignOnSection.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import Box from "@mui/material/Box";
55
import GitHubIcon from "@mui/icons-material/GitHub";
66
import KeyIcon from "@mui/icons-material/VpnKey";
77
import Button from "@mui/material/Button";
8-
import Typography from "@mui/material/Typography";
98
import { convertToOAUTH } from "api/api";
109
import type {
1110
AuthMethods,
@@ -278,11 +277,11 @@ const ConfirmLoginTypeChangeModal = ({
278277
title="Change login type"
279278
confirmLoading={loading}
280279
description={
281-
<Stack>
282-
<Typography>
280+
<Stack spacing={4}>
281+
<p>
283282
After changing your login type, you will not be able to change it
284283
again. Are you sure you want to proceed and change your login type?
285-
</Typography>
284+
</p>
286285
<TextField
287286
autoFocus
288287
onKeyDown={(event) => {

0 commit comments

Comments
 (0)