Run code clean and fix messages (#45)
All checks were successful
Game Ideas deploy / build-test-deploy (push) Successful in 1m13s
All checks were successful
Game Ideas deploy / build-test-deploy (push) Successful in 1m13s
Reviewed-on: #45
This commit was merged in pull request #45.
This commit is contained in:
@@ -39,7 +39,7 @@ services.AddIdentity<User, IdentityRole>()
|
||||
.AddDefaultTokenProviders();
|
||||
|
||||
var jwtKey = Environment.GetEnvironmentVariable("JWT_KEY")
|
||||
?? throw new ArgumentNullException(message: "Invalid key for JWT token", null);
|
||||
?? throw new ArgumentNullException(message: "Invalid key for JWT token", null);
|
||||
|
||||
services.AddAuthentication(options =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user