Skip to content

Commit 0391c15

Browse files
Update 16/umbraco-cms/reference/security/two-factor-authentication.md
Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com>
1 parent 64f8c12 commit 0391c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/reference/security/two-factor-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ If you already have a members-only page with the edit profile options, you can s
199199
{
200200
<div asp-validation-summary="All" class="text-danger"></div>
201201
foreach (var provider in providerNameList)
202-
{0
202+
{
203203
var setupData = await MemberTwoFactorLoginService.GetSetupInfoAsync(profileModel.Key, provider.ProviderName);
204204

205205
// If the `setupData.Success` is `true` for the specified `providerName` it means the provider is not set up.

0 commit comments

Comments
 (0)