Browse Source

chore: remove space

pull/2427/head
Stella 4 weeks ago
committed by GitHub
parent
commit
8d9efb334f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml

2
src/OpenIddict.Client.WebIntegration/OpenIddictClientWebIntegrationProviders.xml

@ -1130,7 +1130,7 @@
<Setting PropertyName="AccessType" ParameterName="type" Type="String" Required="false"
Description="The value used as the 'access_type' parameter (can be set to 'offline' to retrieve a refresh token)" />
<Setting PropertyName="Prompt" ParameterName="prompt" Type="String" Required="false"
Description="The value used as the 'prompt' parameter can be set to none, consent (triggers a consent prompt on every session) or select_account (allows the user to select which account to use on each session). " />
Description="The value used as the 'prompt' parameter can be set to none, consent (triggers a consent prompt on every session) or select_account (allows the user to select which account to use on each session)." />
</Provider>
<!--

Loading…
Cancel
Save