Can authenticate using OpenID

This commit is contained in:
2023-06-09 10:45:01 +02:00
parent 94a4ab4f91
commit d55718f4de
6 changed files with 219 additions and 3 deletions
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;
}