Fix Typo
This commit is contained in:
parent
7e27c97c6c
commit
0ed66d0664
@ -30,7 +30,7 @@ func (j *jwt) Init(opts ...auth.Option) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
j.jwt = jwtToken.NewTokenProvider(
|
j.jwt = jwtToken.NewTokenProvider(
|
||||||
token.WithPrivateKey(j.options.PublicKey),
|
token.WithPrivateKey(j.options.PrivateKey),
|
||||||
token.WithPublicKey(j.options.PublicKey),
|
token.WithPublicKey(j.options.PublicKey),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user