cleaning
This commit is contained in:
parent
03b6447d7c
commit
ff0f82852b
1 changed files with 0 additions and 6 deletions
|
|
@ -145,12 +145,6 @@ namespace Yavsc
|
|||
var service =
|
||||
serviceScope.ServiceProvider.GetService<ApplicationDbContext>();
|
||||
await service.StoreTokenAsync(gcontext.GoogleUserId, context.TokenResponse);
|
||||
// var user = service.Users.First(u=>u.Id == gcontext.Principal.GetUserId());
|
||||
// logger.LogWarning(user.UserName);
|
||||
// logger.LogWarning(context.User.ToString());
|
||||
logger.LogWarning(
|
||||
string.Join(" ",
|
||||
gcontext.Identity.Claims.Select(c=>c.Value).ToArray()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue