Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira committed Dec 26, 2023
1 parent 414ba2b commit b9dabb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ export function AppAuthenticationEditor() {
const authProviders = React.useMemo(
() => authentication?.providers ?? [],
[authentication?.providers],
).map((provider) => provider.provider);
).map((providerConfig) => providerConfig.provider);

return (
<Stack direction="column">
Expand Down

0 comments on commit b9dabb7

Please sign in to comment.