fixes UID display, adding new secret key when none are available, showing intro ui

This commit is contained in:
rootdarkarchon
2023-01-29 15:51:50 +01:00
parent 0288e7bcb3
commit 9c51b78fde
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ public class ServerConfigurationManager
public bool HasValidConfig()
{
return CurrentServer != null && (CurrentServer?.Authentications.Any() ?? false);
return CurrentServer != null;
}
public string[] GetServerApiUrls()