mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:47:22 +01:00
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:
parent
6aace54910
commit
e2931c73ed
6 changed files with 38 additions and 14 deletions
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue