This commit is contained in:
mmrbnjd
2025-07-26 15:11:07 +03:30
parent c045ace959
commit 258df5b360
2 changed files with 5 additions and 2 deletions

View File

@@ -123,7 +123,7 @@
}
async Task CheckOnline()
{
var token = await localStorageService.GetItem<string>("key");
var token = await localStorageService.GetItem<string>("U/key");
if (string.IsNullOrEmpty(token))
{
IsLogin = false;