mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:27:21 +01:00
add intermediate version to allow usage for now
This commit is contained in:
parent
4c2d5e2001
commit
42f598b9d5
6 changed files with 40 additions and 37 deletions
|
|
@ -21,8 +21,8 @@ namespace MareSynchronos.WebAPI
|
|||
{
|
||||
if (!ServerAlive) return;
|
||||
Logger.Debug("Registering at service " + ApiUri);
|
||||
var response = await _mareHub!.InvokeAsync<string>(Api.InvokeUserRegister);
|
||||
_pluginConfiguration.ClientSecret[ApiUri] = response;
|
||||
//var response = await _mareHub!.InvokeAsync<string>(Api.InvokeUserRegister);
|
||||
//_pluginConfiguration.ClientSecret[ApiUri] = response;
|
||||
_pluginConfiguration.Save();
|
||||
if (!isIntroUi)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue