mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 15:10:43 +00:00
fixed
This commit is contained in:
@@ -77,7 +77,7 @@ export abstract class DefaultServerConfig implements ServerConfig {
|
||||
jwtIssuer(): string {
|
||||
const audience = this.jwtAudience();
|
||||
return audience === "localhost"
|
||||
? "https://api-worker-dev.evanpelle.workers.dev"
|
||||
? "http://localhost:8787"
|
||||
: `https://api.${audience}`;
|
||||
}
|
||||
async jwkPublicKey(): Promise<JWK> {
|
||||
|
||||
Reference in New Issue
Block a user