Skip to content

Commit

Permalink
edit form field label
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Dec 29, 2023
1 parent 49fdb2d commit de1a812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OryAdmin/Components/Elements/Oauth2ClientFields.razor
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>
<div class="field">
<label class="label">
Post logout redirect URIs (one entry per line)
Post logout redirect URIs (one entry per line, only allowed redirect URIs are allowed)
<div class="control">
<textarea class="textarea" rows="3" @onchange="args => Client.PostLogoutRedirectUris = args.MultilineToList()">
@string.Join("\n", Client.PostLogoutRedirectUris ?? new List<string>())
Expand Down

0 comments on commit de1a812

Please sign in to comment.