In-app store, torrential backend, locales (#332)
* feat: add store nav and fixes * fix: reduce password requirement & new task error ui * fix: client webtoken fix * fix: delta versions and dockerfile * fix: use setup platforms for filter & display * fix: setup not accounted when returning valid options * feat: tighter delta version support * feat: dl/disk size * feat: offload manifest generation to torrential * fix: bump torrential * feat: remove droplet * feat: bump torrential * feat: convert locales
This commit is contained in:
@@ -21,10 +21,6 @@ class AuthManager {
|
||||
},
|
||||
};
|
||||
|
||||
constructor() {
|
||||
logger.info("AuthManager initialized");
|
||||
}
|
||||
|
||||
async init() {
|
||||
for (const [key, init] of Object.entries(this.initFuncs)) {
|
||||
try {
|
||||
@@ -42,6 +38,8 @@ class AuthManager {
|
||||
if (!this.authProviders[AuthMec.OpenID]) {
|
||||
this.authProviders[AuthMec.Simple] = true;
|
||||
}
|
||||
|
||||
logger.info("AuthManager initialized");
|
||||
}
|
||||
|
||||
getAuthProviders() {
|
||||
|
||||
Reference in New Issue
Block a user