ImportUsers Added to Resx and Razor resource key

This commit is contained in:
Leigh Pointer
2023-09-23 10:56:17 +02:00
parent e9bed59032
commit 8b23b386f7
2 changed files with 6 additions and 3 deletions

View File

@ -390,7 +390,7 @@
<data name="RoleClaimType.Text" xml:space="preserve">
<value>Role Claim:</value>
</data>
<data name="ProfileClaimTypes.HelpText" xml:space="preserve">
<data name="ProfileClaimTypes.HelpText" xml:space="preserve">
<value>Optionally provide a comma delimited list of user profile claims provided by the identity provider, as well as mappings to your user profile definition. For example if the identity provider includes a 'given_name' claim and you have a 'FirstName' user profile definition you should specify 'given_name:FirstName'.</value>
</data>
<data name="ProfileClaimTypes.Text" xml:space="preserve">
@ -405,4 +405,7 @@
<data name="Email" xml:space="preserve">
<value>Email</value>
</data>
</root>
<data name="ImportUsers.Text" xml:space="preserve">
<value>Import Users</value>
</data>
</root>