style(authn): improve code formatting
This commit is contained in:
parent
ecd3c9f85c
commit
349fd1608b
|
@ -207,7 +207,7 @@ create2(#{use_jwks := false,
|
|||
Secret ->
|
||||
JWK = jose_jwk:from_oct(Secret),
|
||||
{ok, #{jwk => JWK,
|
||||
verify_claims => VerifyClaims}}
|
||||
verify_claims => VerifyClaims}}
|
||||
end;
|
||||
|
||||
create2(#{use_jwks := false,
|
||||
|
|
Loading…
Reference in New Issue