File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Identity/Extensions.Core/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ public class TokenOptions
17
17
public static readonly string DefaultProvider = "Default" ;
18
18
19
19
/// <summary>
20
- /// Default token provider name used by the email provider. />.
20
+ /// Default token provider name used by the email provider.
21
21
/// </summary>
22
22
public static readonly string DefaultEmailProvider = "Email" ;
23
23
24
24
/// <summary>
25
- /// Default token provider name used by the phone provider. />.
25
+ /// Default token provider name used by the phone provider.
26
26
/// </summary>
27
27
public static readonly string DefaultPhoneProvider = "Phone" ;
28
28
@@ -81,4 +81,4 @@ public class TokenOptions
81
81
/// </summary>
82
82
public string AuthenticatorIssuer { get ; set ; } = "Microsoft.AspNetCore.Identity.UI" ;
83
83
}
84
- }
84
+ }
You can’t perform that action at this time.
0 commit comments