This commit is contained in:
parent
da36f87250
commit
1009a9b8d5
@ -53,7 +53,7 @@ class Authority {
|
||||
key,
|
||||
(info) => {
|
||||
try {
|
||||
return keystore.get_key (info.iat / 1000, info.iss);
|
||||
return await keystore.get_key (info.iat / 1000, info.iss);
|
||||
}
|
||||
catch {
|
||||
return '';
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sapphirecode/auth-server-helper",
|
||||
"version": "3.3.1",
|
||||
"version": "3.3.2",
|
||||
"main": "dist/lib/index.js",
|
||||
"author": {
|
||||
"name": "Timo Hocker",
|
||||
|
Loading…
x
Reference in New Issue
Block a user