File tree 1 file changed +3
-4
lines changed
site/src/pages/UserSettingsPage/SecurityPage 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import Box from "@mui/material/Box";
5
5
import GitHubIcon from "@mui/icons-material/GitHub" ;
6
6
import KeyIcon from "@mui/icons-material/VpnKey" ;
7
7
import Button from "@mui/material/Button" ;
8
- import Typography from "@mui/material/Typography" ;
9
8
import { convertToOAUTH } from "api/api" ;
10
9
import type {
11
10
AuthMethods ,
@@ -278,11 +277,11 @@ const ConfirmLoginTypeChangeModal = ({
278
277
title = "Change login type"
279
278
confirmLoading = { loading }
280
279
description = {
281
- < Stack >
282
- < Typography >
280
+ < Stack spacing = { 4 } >
281
+ < p >
283
282
After changing your login type, you will not be able to change it
284
283
again. Are you sure you want to proceed and change your login type?
285
- </ Typography >
284
+ </ p >
286
285
< TextField
287
286
autoFocus
288
287
onKeyDown = { ( event ) => {
You can’t perform that action at this time.
0 commit comments