mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
refactor(console): post sign-out redirect uri should be optional field
This commit is contained in:
parent
6a965226c8
commit
e838b6b4b6
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ const UriInputField = ({ appId, name, title, isSingle = false }: Props) => {
|
|||
return (
|
||||
<FormProvider {...methods}>
|
||||
<form>
|
||||
<FormField isRequired className={styles.field} title={title}>
|
||||
<FormField isRequired={name === 'redirectUris'} className={styles.field} title={title}>
|
||||
<Controller
|
||||
name={name}
|
||||
control={control}
|
||||
|
|
Loading…
Add table
Reference in a new issue