MAUI-ba is jól bele lett rakva a Bearer token, ha van.

This commit is contained in:
2025-03-14 12:19:16 +01:00
parent 50b14e8122
commit a72c9b342e
9 changed files with 50 additions and 8 deletions
@@ -12,6 +12,7 @@ namespace WorkFlowCheck.MAUI
protected async override void OnDestroy()
{
SecureStorage.Default.Remove("WFCUser");
SecureStorage.Default.Remove("AuthToken");
base.OnDestroy();
}
protected override void OnCreate(Bundle savedInstanceState)