0
Fork 0
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:
Charles Zhao 2022-07-08 22:02:01 +08:00
parent 6a965226c8
commit e838b6b4b6
No known key found for this signature in database
GPG key ID: 4858774754C92DF2

View file

@ -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}