fix(simple-jwt-authzero): Removed unused empty line in logs.
Closes #10
This commit is contained in:
+1
-2
@@ -283,8 +283,7 @@ public class AuthzeroTokenResolver implements TokenResolver<DecodedJWT> {
|
||||
builder.withClaim(name, v);
|
||||
} else {
|
||||
log.warn("""
|
||||
Unable to determine the type of field {}, converting it to a string now.
|
||||
""", name);
|
||||
Unable to determine the type of field {}, converting it to a string now.""", name);
|
||||
builder.withClaim(name, value.toString());
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user