fixes UID display, adding new secret key when none are available, showing intro ui
This commit is contained in:
@@ -22,7 +22,7 @@ public class ServerConfigurationManager
|
||||
|
||||
public bool HasValidConfig()
|
||||
{
|
||||
return CurrentServer != null && (CurrentServer?.Authentications.Any() ?? false);
|
||||
return CurrentServer != null;
|
||||
}
|
||||
|
||||
public string[] GetServerApiUrls()
|
||||
|
||||
Reference in New Issue
Block a user