mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -05:00
Merge pull request #1494 from logto-io/charles-log-3553-post-sign-out-uris-should-not-be-required
refactor(console): post sign-out redirect uri should be optional field
This commit is contained in:
commit
6e956cd66a
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