vercel-asks
This commit is contained in:
parent
d8e9dd62ce
commit
6d3629592a
|
@ -16,7 +16,7 @@ import styles from './Settings.module.scss'
|
||||||
|
|
||||||
type FormField = 'oldPassword' | 'newPassword' | 'newPasswordConfirm' | 'email'
|
type FormField = 'oldPassword' | 'newPassword' | 'newPasswordConfirm' | 'email'
|
||||||
type FormData = Record<FormField, string | undefined>
|
type FormData = Record<FormField, string | undefined>
|
||||||
export const ProfileSecurityPage = () => {
|
export default () => {
|
||||||
const { t } = useLocalize()
|
const { t } = useLocalize()
|
||||||
const { updateProfile, session, isSessionLoaded } = useSession()
|
const { updateProfile, session, isSessionLoaded } = useSession()
|
||||||
const { showSnackbar } = useSnackbar()
|
const { showSnackbar } = useSnackbar()
|
||||||
|
@ -316,5 +316,3 @@ export const ProfileSecurityPage = () => {
|
||||||
</PageLayout>
|
</PageLayout>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export default ProfileSecurityPage
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user