Switch to JWT authentication (#32)

* switch to jwt authentication

* update api to main/jwt

* bump version

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
This commit is contained in:
rootdarkarchon
2023-01-02 17:08:56 +01:00
committed by GitHub
parent 6aace54910
commit e2931c73ed
6 changed files with 38 additions and 14 deletions

View File

@@ -512,7 +512,7 @@ public class SettingsUi : Window, IDisposable
{
_configuration.FullPause = marePaused;
_configuration.Save();
Task.Run(_apiController.CreateConnections);
Task.Run(() => _apiController.CreateConnections(false));
}
UiShared.DrawHelpText("Completely pauses the sync and clears your current data (not uploaded files) on the service.");