Can authenticate using OpenID
This commit is contained in:
geneit_app/src
geneit_backend/src
@ -40,7 +40,7 @@ export class ServerApi {
|
||||
/**
|
||||
* Get cached configuration
|
||||
*/
|
||||
static Config(): ServerConfig {
|
||||
static get Config(): ServerConfig {
|
||||
if (config === null) throw new Error("Missing configuration!");
|
||||
return config;
|
||||
}
|
||||
|
Reference in New Issue
Block a user