Update TotpSecurityStampBasedTokenProvider.cs

This commit is contained in:
Jonathan 2020-06-10 13:36:49 +02:00 committed by GitHub
parent 6b761eaeab
commit edf73e084b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ namespace Microsoft.AspNetCore.Identity
} }
var userId = await manager.GetUserIdAsync(user); var userId = await manager.GetUserIdAsync(user);
return $"{Totp}:{purpose}:{userId}"; return $"Totp:{purpose}:{userId}";
} }
/// <summary> /// <summary>