🐛 fix(auth-control): Rename phone_variable to phone_number in mobile verification configuration
This commit is contained in:
parent
046740f037
commit
e5455aa1dc
@ -368,13 +368,13 @@ export default function Page() {
|
|||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell className='text-right'>
|
<TableCell className='text-right'>
|
||||||
<Textarea
|
<Textarea
|
||||||
defaultValue={data?.config?.platform_config?.phone_variable ?? ''}
|
defaultValue={data?.config?.platform_config?.phone_number ?? ''}
|
||||||
onBlur={(e) =>
|
onBlur={(e) =>
|
||||||
updateConfig('config', {
|
updateConfig('config', {
|
||||||
...data?.config,
|
...data?.config,
|
||||||
platform_config: {
|
platform_config: {
|
||||||
...data?.config?.platform_config,
|
...data?.config?.platform_config,
|
||||||
phone_variable: e.target.value,
|
phone_number: e.target.value,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user