Skip to content

Commit 8d6211f

Browse files
authored
Fix comments (#27247)
1 parent 634b50e commit 8d6211f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Identity/Extensions.Core/src/TokenOptions.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ public class TokenOptions
1717
public static readonly string DefaultProvider = "Default";
1818

1919
/// <summary>
20-
/// Default token provider name used by the email provider. />.
20+
/// Default token provider name used by the email provider.
2121
/// </summary>
2222
public static readonly string DefaultEmailProvider = "Email";
2323

2424
/// <summary>
25-
/// Default token provider name used by the phone provider. />.
25+
/// Default token provider name used by the phone provider.
2626
/// </summary>
2727
public static readonly string DefaultPhoneProvider = "Phone";
2828

@@ -81,4 +81,4 @@ public class TokenOptions
8181
/// </summary>
8282
public string AuthenticatorIssuer { get; set; } = "Microsoft.AspNetCore.Identity.UI";
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)