feat(auth): enhance password change flow and error handling
- Return response from useProfileSetting hook after password change
This commit is contained in:
@@ -120,7 +120,7 @@ const DialogComponent: React.FC<DialogComponentProps> = ({ dialog, onClose }) =>
|
||||
<Box sx={{ display: 'flex', alignItems: 'center', flex: 1 }}>
|
||||
{getDialogIcon()}
|
||||
<Typography variant="h6" component="span">
|
||||
{config.title || t('dialog.defaultTitle')}
|
||||
{config.title || t('dialog.confirm')}
|
||||
</Typography>
|
||||
</Box>
|
||||
<IconButton
|
||||
|
||||
Reference in New Issue
Block a user